Html Css Color HEX #EEBE02 Golden Poppy

📋 copy color: '#EEBE02'

red 238 ◦ green 190 ◦ blue 2

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

Shades of Golden Poppy #EEBE02

Tints of Golden Poppy #EEBE02

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.19%

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

R = 55.35%
G = 44.19%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EEBE02 (or 0xEEBE02) is known color: Golden Poppy. HEX triplet: EE, BE and 02. RGB value is (238,190,2). Sum of RGB (Red+Green+Blue) = 238+190+2=430 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.35% from 430); Green value is 190 (74.61% from 255 or 44.19% from 430); Blue value is 2 (1.17% from 255 or 0.47% from 430); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBE02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEBE02 is #1141FD. Grayscale: #B7B7B7. Windows color (decimal): -1131006 or 179950. OLE color: 179950.

HSL color Cylindrical-coordinate representation of color #EEBE02: hue angle of 47.8º 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 #EEBE02 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 190 2 -
CMYK 0 0.20 0.99 0.07
HSL 47.8º 0.98% 0.47% -
HSV(B) 47.8º 0.99% 0.93% -
XYZ 53.68 55.01 7.85 -
YUV 182.92 25.9 167.29 -
System Red Green Blue C M Y K H S L
Decimal 238 190 2 0 0.20 0.99 0.07 47.8 0.98 0.47
Hex EE BE 2 0 14 63 7 30 62 2F
Octal 356 276 2 0 24 143 7 60 142 57
Binary 11101110 10111110 10 0 10100 1100011 111 110000 1100010 101111

Color Harmonies of #EEBE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBE02

Black with #EEBE02

Text Example


Text Example

White with #EEBE02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBE02; }

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

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

background-color css

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

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

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

border-color css

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

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

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