Html Css Color HEX #EEBE0A Golden Poppy

📋 copy color: '#EEBE0A'

red 238 ◦ green 190 ◦ blue 10

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

Shades of Golden Poppy #EEBE0A

Tints of Golden Poppy #EEBE0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.28%

R = 54.34%
G = 43.38%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EEBE0A (or 0xEEBE0A) is known color: Golden Poppy. HEX triplet: EE, BE and 0A. RGB value is (238,190,10). Sum of RGB (Red+Green+Blue) = 238+190+10=438 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.34% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 10 (4.30% from 255 or 2.28% from 438); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBE0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEBE0A is #1141F5. Grayscale: #B8B8B8. Windows color (decimal): -1130998 or 704238. OLE color: 704238.

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

Color convert

RGB 238 190 10 -
CMYK 0 0.20 0.96 0.07
HSL 47.37º 0.92% 0.49% -
HSV(B) 47.37º 0.96% 0.93% -
XYZ 53.73 55.03 8.08 -
YUV 183.83 29.9 166.64 -
System Red Green Blue C M Y K H S L
Decimal 238 190 10 0 0.20 0.96 0.07 47.37 0.92 0.49
Hex EE BE A 0 14 60 7 2F 5C 31
Octal 356 276 12 0 24 140 7 57 134 61
Binary 11101110 10111110 1010 0 10100 1100000 111 101111 1011100 110001

Color Harmonies of #EEBE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBE0A

Black with #EEBE0A

Text Example


Text Example

White with #EEBE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBE0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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