Html Css Color HEX #EFC50C Golden Poppy

📋 copy color: '#EFC50C'

red 239 ◦ green 197 ◦ blue 12

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

Shades of Golden Poppy #EFC50C

Tints of Golden Poppy #EFC50C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.97%

 BLUE value IS 12 (5.08% from 255) = 2.68%

R = 53.35%
G = 43.97%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFC50C (or 0xEFC50C) is known color: Golden Poppy. HEX triplet: EF, C5 and 0C. RGB value is (239,197,12). Sum of RGB (Red+Green+Blue) = 239+197+12=448 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.35% from 448); Green value is 197 (77.34% from 255 or 43.97% from 448); Blue value is 12 (5.08% from 255 or 2.68% from 448); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC50C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC50C is #103AF3. Grayscale: #BDBDBD. Windows color (decimal): -1063668 or 837103. OLE color: 837103.

HSL color Cylindrical-coordinate representation of color #EFC50C: hue angle of 48.9º 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 #EFC50C is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 197 12 -
CMYK 0 0.18 0.95 0.06
HSL 48.9º 0.9% 0.49% -
HSV(B) 48.9º 0.95% 0.94% -
XYZ 55.63 58.31 8.67 -
YUV 188.47 28.41 164.04 -
System Red Green Blue C M Y K H S L
Decimal 239 197 12 0 0.18 0.95 0.06 48.9 0.9 0.49
Hex EF C5 C 0 12 5F 6 31 5A 31
Octal 357 305 14 0 22 137 6 61 132 61
Binary 11101111 11000101 1100 0 10010 1011111 110 110001 1011010 110001

Color Harmonies of #EFC50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC50C

Black with #EFC50C

Text Example


Text Example

White with #EFC50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC50C; }

 p { color: rgb(239,197,12); }

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

background-color css

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

 a { background-color: rgb(239,197,12); }

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

border-color css

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

 span { border-color: rgb(239,197,12); }

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