Html Css Color HEX #EFC400 Golden Poppy

📋 copy color: '#EFC400'

red 239 ◦ green 196 ◦ blue 0

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

Shades of Golden Poppy #EFC400

Tints of Golden Poppy #EFC400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.94%
G = 45.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EFC400 (or 0xEFC400) is known color: Golden Poppy. HEX triplet: EF, C4 and 00. RGB value is (239,196,0). Sum of RGB (Red+Green+Blue) = 239+196+0=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 196 (76.95% from 255 or 45.06% from 435); Blue value is 0 (0.39% from 255 or 0% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC400 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC400 is #103BFF. Grayscale: #BBBBBB. Windows color (decimal): -1063936 or 50415. OLE color: 50415.

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

Color convert

RGB 239 196 0 -
CMYK 0 0.18 1 0.06
HSL 49.21º 1% 0.47% -
HSV(B) 49.21º 1% 0.94% -
XYZ 55.34 57.83 8.25 -
YUV 186.51 22.75 165.44 -
System Red Green Blue C M Y K H S L
Decimal 239 196 0 0 0.18 1 0.06 49.21 1 0.47
Hex EF C4 0 0 12 64 6 31 64 2F
Octal 357 304 0 0 22 144 6 61 144 57
Binary 11101111 11000100 0 0 10010 1100100 110 110001 1100100 101111

Color Harmonies of #EFC400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC400

Black with #EFC400

Text Example


Text Example

White with #EFC400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC400; }

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

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

background-color css

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

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

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

border-color css

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

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

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