Html Css Color HEX #EFC305 Golden Poppy

📋 copy color: '#EFC305'

red 239 ◦ green 195 ◦ blue 5

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

Shades of Golden Poppy #EFC305

Tints of Golden Poppy #EFC305

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.42%

 BLUE value IS 5 (2.34% from 255) = 1.14%

R = 54.44%
G = 44.42%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EFC305 (or 0xEFC305) is known color: Golden Poppy. HEX triplet: EF, C3 and 05. RGB value is (239,195,5). Sum of RGB (Red+Green+Blue) = 239+195+5=439 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.44% from 439); Green value is 195 (76.56% from 255 or 44.42% from 439); Blue value is 5 (2.34% from 255 or 1.14% from 439); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC305 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC305 is #103CFA. Grayscale: #BBBBBB. Windows color (decimal): -1064187 or 377839. OLE color: 377839.

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

Color convert

RGB 239 195 5 -
CMYK 0 0.18 0.98 0.06
HSL 48.72º 0.96% 0.48% -
HSV(B) 48.72º 0.98% 0.94% -
XYZ 55.14 57.39 8.32 -
YUV 186.5 25.58 165.45 -
System Red Green Blue C M Y K H S L
Decimal 239 195 5 0 0.18 0.98 0.06 48.72 0.96 0.48
Hex EF C3 5 0 12 62 6 31 60 30
Octal 357 303 5 0 22 142 6 61 140 60
Binary 11101111 11000011 101 0 10010 1100010 110 110001 1100000 110000

Color Harmonies of #EFC305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC305

Black with #EFC305

Text Example


Text Example

White with #EFC305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC305; }

 p { color: rgb(239,195,5); }

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

background-color css

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

 a { background-color: rgb(239,195,5); }

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

border-color css

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

 span { border-color: rgb(239,195,5); }

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