Html Css Color HEX #EEBC02 Golden Poppy

📋 copy color: '#EEBC02'

red 238 ◦ green 188 ◦ blue 2

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

Shades of Golden Poppy #EEBC02

Tints of Golden Poppy #EEBC02

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.93%

 BLUE value IS 2 (1.17% from 255) = 0.47%

R = 55.61%
G = 43.93%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EEBC02 (or 0xEEBC02) is known color: Golden Poppy. HEX triplet: EE, BC and 02. RGB value is (238,188,2). Sum of RGB (Red+Green+Blue) = 238+188+2=428 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.61% from 428); Green value is 188 (73.83% from 255 or 43.93% from 428); Blue value is 2 (1.17% from 255 or 0.47% from 428); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBC02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEBC02 is #1143FD. Grayscale: #B6B6B6. Windows color (decimal): -1131518 or 179438. OLE color: 179438.

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

Color convert

RGB 238 188 2 -
CMYK 0 0.21 0.99 0.07
HSL 47.29º 0.98% 0.47% -
HSV(B) 47.29º 0.99% 0.93% -
XYZ 53.25 54.15 7.7 -
YUV 181.75 26.57 168.12 -
System Red Green Blue C M Y K H S L
Decimal 238 188 2 0 0.21 0.99 0.07 47.29 0.98 0.47
Hex EE BC 2 0 15 63 7 2F 62 2F
Octal 356 274 2 0 25 143 7 57 142 57
Binary 11101110 10111100 10 0 10101 1100011 111 101111 1100010 101111

Color Harmonies of #EEBC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBC02

Black with #EEBC02

Text Example


Text Example

White with #EEBC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBC02; }

 p { color: rgb(238,188,2); }

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

background-color css

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

 a { background-color: rgb(238,188,2); }

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

border-color css

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

 span { border-color: rgb(238,188,2); }

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