Html Css Color HEX #EBB802 Golden Poppy

📋 copy color: '#EBB802'

red 235 ◦ green 184 ◦ blue 2

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

Shades of Golden Poppy #EBB802

Tints of Golden Poppy #EBB802

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.71%

 BLUE value IS 2 (1.17% from 255) = 0.48%

R = 55.82%
G = 43.71%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EBB802 (or 0xEBB802) is known color: Golden Poppy. HEX triplet: EB, B8 and 02. RGB value is (235,184,2). Sum of RGB (Red+Green+Blue) = 235+184+2=421 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.82% from 421); Green value is 184 (72.27% from 255 or 43.71% from 421); Blue value is 2 (1.17% from 255 or 0.48% from 421); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB802 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBB802 is #1447FD. Grayscale: #B3B3B3. Windows color (decimal): -1329150 or 178411. OLE color: 178411.

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

Color convert

RGB 235 184 2 -
CMYK 0 0.22 0.99 0.08
HSL 46.87º 0.98% 0.46% -
HSV(B) 46.87º 0.99% 0.92% -
XYZ 51.41 51.95 7.37 -
YUV 178.5 28.4 168.3 -
System Red Green Blue C M Y K H S L
Decimal 235 184 2 0 0.22 0.99 0.08 46.87 0.98 0.46
Hex EB B8 2 0 16 63 8 2F 62 2E
Octal 353 270 2 0 26 143 10 57 142 56
Binary 11101011 10111000 10 0 10110 1100011 1000 101111 1100010 101110

Color Harmonies of #EBB802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB802

Black with #EBB802

Text Example


Text Example

White with #EBB802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB802; }

 p { color: rgb(235,184,2); }

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

background-color css

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

 a { background-color: rgb(235,184,2); }

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

border-color css

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

 span { border-color: rgb(235,184,2); }

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