Html Css Color HEX #EBB903 Golden Poppy

📋 copy color: '#EBB903'

red 235 ◦ green 185 ◦ blue 3

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

Shades of Golden Poppy #EBB903

Tints of Golden Poppy #EBB903

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.74%

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

R = 55.56%
G = 43.74%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EBB903 (or 0xEBB903) is known color: Golden Poppy. HEX triplet: EB, B9 and 03. RGB value is (235,185,3). Sum of RGB (Red+Green+Blue) = 235+185+3=423 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.56% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 3 (1.56% from 255 or 0.71% from 423); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB903 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBB903 is #1446FC. Grayscale: #B3B3B3. Windows color (decimal): -1328893 or 244203. OLE color: 244203.

HSL color Cylindrical-coordinate representation of color #EBB903: hue angle of 47.07º 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 #EBB903 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 185 3 -
CMYK 0 0.21 0.99 0.08
HSL 47.07º 0.97% 0.47% -
HSV(B) 47.07º 0.99% 0.92% -
XYZ 51.63 52.37 7.47 -
YUV 179.2 28.57 167.8 -
System Red Green Blue C M Y K H S L
Decimal 235 185 3 0 0.21 0.99 0.08 47.07 0.97 0.47
Hex EB B9 3 0 15 63 8 2F 61 2F
Octal 353 271 3 0 25 143 10 57 141 57
Binary 11101011 10111001 11 0 10101 1100011 1000 101111 1100001 101111

Color Harmonies of #EBB903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB903

Black with #EBB903

Text Example


Text Example

White with #EBB903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB903; }

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

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

background-color css

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

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

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

border-color css

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

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

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