Html Css Color HEX #EEC305 Golden Poppy

📋 copy color: '#EEC305'

red 238 ◦ green 195 ◦ blue 5

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

Shades of Golden Poppy #EEC305

Tints of Golden Poppy #EEC305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.14%

R = 54.34%
G = 44.52%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EEC305 (or 0xEEC305) is known color: Golden Poppy. HEX triplet: EE, C3 and 05. RGB value is (238,195,5). Sum of RGB (Red+Green+Blue) = 238+195+5=438 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.34% from 438); Green value is 195 (76.56% from 255 or 44.52% from 438); Blue value is 5 (2.34% from 255 or 1.14% from 438); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC305 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC305 is #113CFA. Grayscale: #BBBBBB. Windows color (decimal): -1129723 or 377838. OLE color: 377838.

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

Color convert

RGB 238 195 5 -
CMYK 0 0.18 0.98 0.07
HSL 48.93º 0.96% 0.48% -
HSV(B) 48.93º 0.98% 0.93% -
XYZ 54.8 57.22 8.3 -
YUV 186.2 25.75 164.95 -
System Red Green Blue C M Y K H S L
Decimal 238 195 5 0 0.18 0.98 0.07 48.93 0.96 0.48
Hex EE C3 5 0 12 62 7 31 60 30
Octal 356 303 5 0 22 142 7 61 140 60
Binary 11101110 11000011 101 0 10010 1100010 111 110001 1100000 110000

Color Harmonies of #EEC305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC305

Black with #EEC305

Text Example


Text Example

White with #EEC305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC305; }

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

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

background-color css

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

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

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

border-color css

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

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

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