Html Css Color HEX #EBC807 Golden Poppy

📋 copy color: '#EBC807'

red 235 ◦ green 200 ◦ blue 7

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

Shades of Golden Poppy #EBC807

Tints of Golden Poppy #EBC807

RGB

 RED value IS 235 (92.19% from 255) = 53.17%

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

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

R = 53.17%
G = 45.25%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EBC807 (or 0xEBC807) is known color: Golden Poppy. HEX triplet: EB, C8 and 07. RGB value is (235,200,7). Sum of RGB (Red+Green+Blue) = 235+200+7=442 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.17% from 442); Green value is 200 (78.52% from 255 or 45.25% from 442); Blue value is 7 (3.12% from 255 or 1.58% from 442); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC807 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC807 is #1437F8. Grayscale: #BDBDBD. Windows color (decimal): -1325049 or 510187. OLE color: 510187.

HSL color Cylindrical-coordinate representation of color #EBC807: hue angle of 50.79º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EBC807 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 200 7 -
CMYK 0 0.15 0.97 0.08
HSL 50.79º 0.94% 0.47% -
HSV(B) 50.79º 0.97% 0.92% -
XYZ 54.95 58.99 8.69 -
YUV 188.46 25.6 161.19 -
System Red Green Blue C M Y K H S L
Decimal 235 200 7 0 0.15 0.97 0.08 50.79 0.94 0.47
Hex EB C8 7 0 F 61 8 33 5E 2F
Octal 353 310 7 0 17 141 10 63 136 57
Binary 11101011 11001000 111 0 1111 1100001 1000 110011 1011110 101111

Color Harmonies of #EBC807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC807

Black with #EBC807

Text Example


Text Example

White with #EBC807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC807; }

 p { color: rgb(235,200,7); }

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

background-color css

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

 a { background-color: rgb(235,200,7); }

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

border-color css

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

 span { border-color: rgb(235,200,7); }

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