Html Css Color HEX #EBC803 Golden Poppy

📋 copy color: '#EBC803'

red 235 ◦ green 200 ◦ blue 3

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

Shades of Golden Poppy #EBC803

Tints of Golden Poppy #EBC803

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.68%

R = 53.65%
G = 45.66%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EBC803 (or 0xEBC803) is known color: Golden Poppy. HEX triplet: EB, C8 and 03. RGB value is (235,200,3). Sum of RGB (Red+Green+Blue) = 235+200+3=438 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.65% from 438); Green value is 200 (78.52% from 255 or 45.66% from 438); Blue value is 3 (1.56% from 255 or 0.68% from 438); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC803 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC803 is #1437FC. Grayscale: #BCBCBC. Windows color (decimal): -1325053 or 248043. OLE color: 248043.

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

Color convert

RGB 235 200 3 -
CMYK 0 0.15 0.99 0.08
HSL 50.95º 0.97% 0.47% -
HSV(B) 50.95º 0.99% 0.92% -
XYZ 54.93 58.98 8.57 -
YUV 188.01 23.6 161.52 -
System Red Green Blue C M Y K H S L
Decimal 235 200 3 0 0.15 0.99 0.08 50.95 0.97 0.47
Hex EB C8 3 0 F 63 8 33 61 2F
Octal 353 310 3 0 17 143 10 63 141 57
Binary 11101011 11001000 11 0 1111 1100011 1000 110011 1100001 101111

Color Harmonies of #EBC803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC803

Black with #EBC803

Text Example


Text Example

White with #EBC803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC803; }

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

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

background-color css

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

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

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

border-color css

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

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

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