Html Css Color HEX #EFC707 Golden Poppy

📋 copy color: '#EFC707'

red 239 ◦ green 199 ◦ blue 7

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

Shades of Golden Poppy #EFC707

Tints of Golden Poppy #EFC707

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.72%

 BLUE value IS 7 (3.13% from 255) = 1.57%

R = 53.71%
G = 44.72%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EFC707 (or 0xEFC707) is known color: Golden Poppy. HEX triplet: EF, C7 and 07. RGB value is (239,199,7). Sum of RGB (Red+Green+Blue) = 239+199+7=445 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.71% from 445); Green value is 199 (78.12% from 255 or 44.72% from 445); Blue value is 7 (3.12% from 255 or 1.57% from 445); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC707 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC707 is #1038F8. Grayscale: #BDBDBD. Windows color (decimal): -1063161 or 509935. OLE color: 509935.

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

Color convert

RGB 239 199 7 -
CMYK 0 0.17 0.97 0.06
HSL 49.66º 0.94% 0.48% -
HSV(B) 49.66º 0.97% 0.94% -
XYZ 56.06 59.21 8.68 -
YUV 189.07 25.25 163.61 -
System Red Green Blue C M Y K H S L
Decimal 239 199 7 0 0.17 0.97 0.06 49.66 0.94 0.48
Hex EF C7 7 0 11 61 6 32 5E 30
Octal 357 307 7 0 21 141 6 62 136 60
Binary 11101111 11000111 111 0 10001 1100001 110 110010 1011110 110000

Color Harmonies of #EFC707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC707

Black with #EFC707

Text Example


Text Example

White with #EFC707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC707; }

 p { color: rgb(239,199,7); }

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

background-color css

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

 a { background-color: rgb(239,199,7); }

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

border-color css

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

 span { border-color: rgb(239,199,7); }

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