Html Css Color HEX #EFC20D Golden Poppy

📋 copy color: '#EFC20D'

red 239 ◦ green 194 ◦ blue 13

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

Shades of Golden Poppy #EFC20D

Tints of Golden Poppy #EFC20D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.5%

 BLUE value IS 13 (5.47% from 255) = 2.91%

R = 53.59%
G = 43.5%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFC20D (or 0xEFC20D) is known color: Golden Poppy. HEX triplet: EF, C2 and 0D. RGB value is (239,194,13). Sum of RGB (Red+Green+Blue) = 239+194+13=446 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.59% from 446); Green value is 194 (76.17% from 255 or 43.50% from 446); Blue value is 13 (5.47% from 255 or 2.91% from 446); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC20D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC20D is #103DF2. Grayscale: #BBBBBB. Windows color (decimal): -1064435 or 901871. OLE color: 901871.

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

Color convert

RGB 239 194 13 -
CMYK 0 0.19 0.95 0.06
HSL 48.05º 0.9% 0.49% -
HSV(B) 48.05º 0.95% 0.94% -
XYZ 54.96 56.96 8.48 -
YUV 186.82 29.91 165.22 -
System Red Green Blue C M Y K H S L
Decimal 239 194 13 0 0.19 0.95 0.06 48.05 0.9 0.49
Hex EF C2 D 0 13 5F 6 30 5A 31
Octal 357 302 15 0 23 137 6 60 132 61
Binary 11101111 11000010 1101 0 10011 1011111 110 110000 1011010 110001

Color Harmonies of #EFC20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC20D

Black with #EFC20D

Text Example


Text Example

White with #EFC20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC20D; }

 p { color: rgb(239,194,13); }

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

background-color css

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

 a { background-color: rgb(239,194,13); }

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

border-color css

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

 span { border-color: rgb(239,194,13); }

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