Html Css Color HEX #EBC701 Golden Poppy

📋 copy color: '#EBC701'

red 235 ◦ green 199 ◦ blue 1

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

Shades of Golden Poppy #EBC701

Tints of Golden Poppy #EBC701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 54.02%
G = 45.75%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EBC701 (or 0xEBC701) is known color: Golden Poppy. HEX triplet: EB, C7 and 01. RGB value is (235,199,1). Sum of RGB (Red+Green+Blue) = 235+199+1=435 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.02% from 435); Green value is 199 (78.12% from 255 or 45.75% from 435); Blue value is 1 (0.78% from 255 or 0.23% from 435); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC701 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC701 is #1438FE. Grayscale: #BCBCBC. Windows color (decimal): -1325311 or 116715. OLE color: 116715.

HSL color Cylindrical-coordinate representation of color #EBC701: hue angle of 50.77º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EBC701 is Cyan = 0, Magento = 0.15, Yellow = 1.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 199 1 -
CMYK 0 0.15 1.00 0.08
HSL 50.77º 0.99% 0.46% -
HSV(B) 50.77º 1% 0.92% -
XYZ 54.69 58.51 8.44 -
YUV 187.19 22.93 162.1 -
System Red Green Blue C M Y K H S L
Decimal 235 199 1 0 0.15 1.00 0.08 50.77 0.99 0.46
Hex EB C7 1 0 F 64 8 33 63 2E
Octal 353 307 1 0 17 144 10 63 143 56
Binary 11101011 11000111 1 0 1111 1100100 1000 110011 1100011 101110

Color Harmonies of #EBC701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC701

Black with #EBC701

Text Example


Text Example

White with #EBC701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC701; }

 p { color: rgb(235,199,1); }

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

background-color css

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

 a { background-color: rgb(235,199,1); }

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

border-color css

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

 span { border-color: rgb(235,199,1); }

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