Html Css Color HEX #EBBA01 Golden Poppy

📋 copy color: '#EBBA01'

red 235 ◦ green 186 ◦ blue 1

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

Shades of Golden Poppy #EBBA01

Tints of Golden Poppy #EBBA01

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.08%

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

R = 55.69%
G = 44.08%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EBBA01 (or 0xEBBA01) is known color: Golden Poppy. HEX triplet: EB, BA and 01. RGB value is (235,186,1). Sum of RGB (Red+Green+Blue) = 235+186+1=422 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.69% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 1 (0.78% from 255 or 0.24% from 422); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBBA01 is #1445FE. Grayscale: #B4B4B4. Windows color (decimal): -1328639 or 113387. OLE color: 113387.

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

Color convert

RGB 235 186 1 -
CMYK 0 0.21 1.00 0.08
HSL 47.44º 0.99% 0.46% -
HSV(B) 47.44º 1% 0.92% -
XYZ 51.83 52.78 7.49 -
YUV 179.56 27.23 167.54 -
System Red Green Blue C M Y K H S L
Decimal 235 186 1 0 0.21 1.00 0.08 47.44 0.99 0.46
Hex EB BA 1 0 15 64 8 2F 63 2E
Octal 353 272 1 0 25 144 10 57 143 56
Binary 11101011 10111010 1 0 10101 1100100 1000 101111 1100011 101110

Color Harmonies of #EBBA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBA01

Black with #EBBA01

Text Example


Text Example

White with #EBBA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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