Html Css Color HEX #EFC600 Golden Poppy

📋 copy color: '#EFC600'

red 239 ◦ green 198 ◦ blue 0

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

Shades of Golden Poppy #EFC600

Tints of Golden Poppy #EFC600

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.31%

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

R = 54.69%
G = 45.31%
B = 0%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EFC600 (or 0xEFC600) is known color: Golden Poppy. HEX triplet: EF, C6 and 00. RGB value is (239,198,0). Sum of RGB (Red+Green+Blue) = 239+198+0=437 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.69% from 437); Green value is 198 (77.73% from 255 or 45.31% from 437); Blue value is 0 (0.39% from 255 or 0% from 437); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC600 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC600 is #1039FF. Grayscale: #BCBCBC. Windows color (decimal): -1063424 or 50927. OLE color: 50927.

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

Color convert

RGB 239 198 0 -
CMYK 0 0.17 1 0.06
HSL 49.71º 1% 0.47% -
HSV(B) 49.71º 1% 0.94% -
XYZ 55.79 58.74 8.4 -
YUV 187.69 22.08 164.6 -
System Red Green Blue C M Y K H S L
Decimal 239 198 0 0 0.17 1 0.06 49.71 1 0.47
Hex EF C6 0 0 11 64 6 32 64 2F
Octal 357 306 0 0 21 144 6 62 144 57
Binary 11101111 11000110 0 0 10001 1100100 110 110010 1100100 101111

Color Harmonies of #EFC600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC600

Black with #EFC600

Text Example


Text Example

White with #EFC600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC600; }

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

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

background-color css

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

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

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

border-color css

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

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

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