Html Css Color HEX #EEC102 Golden Poppy

📋 copy color: '#EEC102'

red 238 ◦ green 193 ◦ blue 2

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

Shades of Golden Poppy #EEC102

Tints of Golden Poppy #EEC102

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.57%

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

R = 54.97%
G = 44.57%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EEC102 (or 0xEEC102) is known color: Golden Poppy. HEX triplet: EE, C1 and 02. RGB value is (238,193,2). Sum of RGB (Red+Green+Blue) = 238+193+2=433 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.97% from 433); Green value is 193 (75.78% from 255 or 44.57% from 433); Blue value is 2 (1.17% from 255 or 0.46% from 433); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC102 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC102 is #113EFD. Grayscale: #B9B9B9. Windows color (decimal): -1130238 or 180718. OLE color: 180718.

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

Color convert

RGB 238 193 2 -
CMYK 0 0.19 0.99 0.07
HSL 48.56º 0.98% 0.47% -
HSV(B) 48.56º 0.99% 0.93% -
XYZ 54.34 56.32 8.06 -
YUV 184.68 24.91 166.03 -
System Red Green Blue C M Y K H S L
Decimal 238 193 2 0 0.19 0.99 0.07 48.56 0.98 0.47
Hex EE C1 2 0 13 63 7 31 62 2F
Octal 356 301 2 0 23 143 7 61 142 57
Binary 11101110 11000001 10 0 10011 1100011 111 110001 1100010 101111

Color Harmonies of #EEC102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC102

Black with #EEC102

Text Example


Text Example

White with #EEC102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC102; }

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

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

background-color css

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

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

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

border-color css

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

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

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