Html Css Color HEX #EFC108 Golden Poppy

📋 copy color: '#EFC108'

red 239 ◦ green 193 ◦ blue 8

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

Shades of Golden Poppy #EFC108

Tints of Golden Poppy #EFC108

RGB

 RED value IS 239 (93.75% from 255) = 54.32%

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

 BLUE value IS 8 (3.52% from 255) = 1.82%

R = 54.32%
G = 43.86%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EFC108 (or 0xEFC108) is known color: Golden Poppy. HEX triplet: EF, C1 and 08. RGB value is (239,193,8). Sum of RGB (Red+Green+Blue) = 239+193+8=440 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.32% from 440); Green value is 193 (75.78% from 255 or 43.86% from 440); Blue value is 8 (3.52% from 255 or 1.82% from 440); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC108 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC108 is #103EF7. Grayscale: #BABABA. Windows color (decimal): -1064696 or 573935. OLE color: 573935.

HSL color Cylindrical-coordinate representation of color #EFC108: hue angle of 48.05º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EFC108 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 193 8 -
CMYK 0 0.19 0.97 0.06
HSL 48.05º 0.94% 0.48% -
HSV(B) 48.05º 0.97% 0.94% -
XYZ 54.71 56.51 8.25 -
YUV 185.66 27.74 166.04 -
System Red Green Blue C M Y K H S L
Decimal 239 193 8 0 0.19 0.97 0.06 48.05 0.94 0.48
Hex EF C1 8 0 13 61 6 30 5E 30
Octal 357 301 10 0 23 141 6 60 136 60
Binary 11101111 11000001 1000 0 10011 1100001 110 110000 1011110 110000

Color Harmonies of #EFC108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC108

Black with #EFC108

Text Example


Text Example

White with #EFC108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC108; }

 p { color: rgb(239,193,8); }

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

background-color css

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

 a { background-color: rgb(239,193,8); }

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

border-color css

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

 span { border-color: rgb(239,193,8); }

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