Html Css Color HEX #EEC307 Golden Poppy

📋 copy color: '#EEC307'

red 238 ◦ green 195 ◦ blue 7

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

Shades of Golden Poppy #EEC307

Tints of Golden Poppy #EEC307

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.32%

 BLUE value IS 7 (3.13% from 255) = 1.59%

R = 54.09%
G = 44.32%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EEC307 (or 0xEEC307) is known color: Golden Poppy. HEX triplet: EE, C3 and 07. RGB value is (238,195,7). Sum of RGB (Red+Green+Blue) = 238+195+7=440 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.09% from 440); Green value is 195 (76.56% from 255 or 44.32% from 440); Blue value is 7 (3.12% from 255 or 1.59% from 440); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC307 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC307 is #113CF8. Grayscale: #BBBBBB. Windows color (decimal): -1129721 or 508910. OLE color: 508910.

HSL color Cylindrical-coordinate representation of color #EEC307: hue angle of 48.83º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EEC307 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 195 7 -
CMYK 0 0.18 0.97 0.07
HSL 48.83º 0.94% 0.48% -
HSV(B) 48.83º 0.97% 0.93% -
XYZ 54.81 57.22 8.36 -
YUV 186.43 26.75 164.79 -
System Red Green Blue C M Y K H S L
Decimal 238 195 7 0 0.18 0.97 0.07 48.83 0.94 0.48
Hex EE C3 7 0 12 61 7 31 5E 30
Octal 356 303 7 0 22 141 7 61 136 60
Binary 11101110 11000011 111 0 10010 1100001 111 110001 1011110 110000

Color Harmonies of #EEC307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC307

Black with #EEC307

Text Example


Text Example

White with #EEC307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC307; }

 p { color: rgb(238,195,7); }

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

background-color css

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

 a { background-color: rgb(238,195,7); }

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

border-color css

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

 span { border-color: rgb(238,195,7); }

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