Html Css Color HEX #EFC405 Golden Poppy

📋 copy color: '#EFC405'

red 239 ◦ green 196 ◦ blue 5

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

Shades of Golden Poppy #EFC405

Tints of Golden Poppy #EFC405

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.55%

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

R = 54.32%
G = 44.55%
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

#EFC405 (or 0xEFC405) is known color: Golden Poppy. HEX triplet: EF, C4 and 05. RGB value is (239,196,5). Sum of RGB (Red+Green+Blue) = 239+196+5=440 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.32% from 440); Green value is 196 (76.95% from 255 or 44.55% from 440); Blue value is 5 (2.34% from 255 or 1.14% from 440); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC405 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC405 is #103BFA. Grayscale: #BBBBBB. Windows color (decimal): -1063931 or 378095. OLE color: 378095.

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

Color convert

RGB 239 196 5 -
CMYK 0 0.18 0.98 0.06
HSL 48.97º 0.96% 0.48% -
HSV(B) 48.97º 0.98% 0.94% -
XYZ 55.36 57.84 8.39 -
YUV 187.08 25.25 165.03 -
System Red Green Blue C M Y K H S L
Decimal 239 196 5 0 0.18 0.98 0.06 48.97 0.96 0.48
Hex EF C4 5 0 12 62 6 31 60 30
Octal 357 304 5 0 22 142 6 61 140 60
Binary 11101111 11000100 101 0 10010 1100010 110 110001 1100000 110000

Color Harmonies of #EFC405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC405

Black with #EFC405

Text Example


Text Example

White with #EFC405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC405; }

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

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

background-color css

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

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

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

border-color css

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

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

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