Html Css Color HEX #EFC800 Golden Poppy

📋 copy color: '#EFC800'

red 239 ◦ green 200 ◦ blue 0

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

Shades of Golden Poppy #EFC800

Tints of Golden Poppy #EFC800

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.56%

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

R = 54.44%
G = 45.56%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EFC800 (or 0xEFC800) is known color: Golden Poppy. HEX triplet: EF, C8 and 00. RGB value is (239,200,0). Sum of RGB (Red+Green+Blue) = 239+200+0=439 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.44% from 439); Green value is 200 (78.52% from 255 or 45.56% from 439); Blue value is 0 (0.39% from 255 or 0% from 439); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC800 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC800 is #1037FF. Grayscale: #BDBDBD. Windows color (decimal): -1062912 or 51439. OLE color: 51439.

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

Color convert

RGB 239 200 0 -
CMYK 0 0.16 1 0.06
HSL 50.21º 1% 0.47% -
HSV(B) 50.21º 1% 0.94% -
XYZ 56.25 59.66 8.55 -
YUV 188.86 21.42 163.76 -
System Red Green Blue C M Y K H S L
Decimal 239 200 0 0 0.16 1 0.06 50.21 1 0.47
Hex EF C8 0 0 10 64 6 32 64 2F
Octal 357 310 0 0 20 144 6 62 144 57
Binary 11101111 11001000 0 0 10000 1100100 110 110010 1100100 101111

Color Harmonies of #EFC800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC800

Black with #EFC800

Text Example


Text Example

White with #EFC800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC800; }

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

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

background-color css

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

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

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

border-color css

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

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

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