Html Css Color HEX #EEBF2F Bright Sun

📋 copy color: '#EEBF2F'

red 238 ◦ green 191 ◦ blue 47

#EEBF2F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Sun #EEBF2F

Tints of Bright Sun #EEBF2F

RGB

 RED value IS 238 (93.36% from 255) = 50%

 GREEN value IS 191 (75% from 255) = 40.13%

 BLUE value IS 47 (18.75% from 255) = 9.87%

R = 50%
G = 40.13%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EEBF2F (or 0xEEBF2F) is known color: Bright Sun. HEX triplet: EE, BF and 2F. RGB value is (238,191,47). Sum of RGB (Red+Green+Blue) = 238+191+47=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 47 (18.75% from 255 or 9.87% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBF2F is #1140D0. Grayscale: #BDBDBD. Windows color (decimal): -1130705 or 3129326. OLE color: 3129326.

HSL color Cylindrical-coordinate representation of color #EEBF2F: hue angle of 45.24º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EEBF2F is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 191 47 -
CMYK 0 0.20 0.80 0.07
HSL 45.24º 0.85% 0.56% -
HSV(B) 45.24º 0.8% 0.93% -
XYZ 54.4 55.64 10.56 -
YUV 188.64 48.07 163.21 -
System Red Green Blue C M Y K H S L
Decimal 238 191 47 0 0.20 0.80 0.07 45.24 0.85 0.56
Hex EE BF 2F 0 14 50 7 2D 55 38
Octal 356 277 57 0 24 120 7 55 125 70
Binary 11101110 10111111 101111 0 10100 1010000 111 101101 1010101 111000

Color Harmonies of #EEBF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBF2F

Black with #EEBF2F

Text Example


Text Example

White with #EEBF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBF2F; }

 p { color: rgb(238,191,47); }

 H1.HeaderClassName
 {
   color: #EEBF2F;
 }
 .AnyTagClassName
 {
   color: #EEBF2F;
 }
</style>

background-color css

<style>
 a { background-color: #EEBF2F; }

 a { background-color: rgb(238,191,47); }

 div.DivClassName
 {
   background-color: #EEBF2F;
 }
 .BgClassName
 {
   background-color: #EEBF2F;
 }
</style>

border-color css

<style>
 span { border-color: #EEBF2F; }

 span { border-color: rgb(238,191,47); }

 td.TdClassName
 {
   border-color: #EEBF2F;
 }
 .TagClassName
 {
   border-color: #EEBF2F;
 }
</style>