Html Css Color HEX #EBBC01 Golden Poppy

📋 copy color: '#EBBC01'

red 235 ◦ green 188 ◦ blue 1

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

Shades of Golden Poppy #EBBC01

Tints of Golden Poppy #EBBC01

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.34%

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

R = 55.42%
G = 44.34%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EBBC01 (or 0xEBBC01) is known color: Golden Poppy. HEX triplet: EB, BC and 01. RGB value is (235,188,1). Sum of RGB (Red+Green+Blue) = 235+188+1=424 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.42% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 1 (0.78% from 255 or 0.24% from 424); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBC01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBBC01 is #1443FE. Grayscale: #B5B5B5. Windows color (decimal): -1328127 or 113899. OLE color: 113899.

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

Color convert

RGB 235 188 1 -
CMYK 0 0.2 1.00 0.08
HSL 47.95º 0.99% 0.46% -
HSV(B) 47.95º 1% 0.92% -
XYZ 52.25 53.63 7.63 -
YUV 180.74 26.57 166.71 -
System Red Green Blue C M Y K H S L
Decimal 235 188 1 0 0.2 1.00 0.08 47.95 0.99 0.46
Hex EB BC 1 0 14 64 8 30 63 2E
Octal 353 274 1 0 24 144 10 60 143 56
Binary 11101011 10111100 1 0 10100 1100100 1000 110000 1100011 101110

Color Harmonies of #EBBC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBC01

Black with #EBBC01

Text Example


Text Example

White with #EBBC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBC01; }

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

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

background-color css

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

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

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

border-color css

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

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

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