Html Css Color HEX #EBBC0A Golden Poppy

📋 copy color: '#EBBC0A'

red 235 ◦ green 188 ◦ blue 10

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

Shades of Golden Poppy #EBBC0A

Tints of Golden Poppy #EBBC0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.31%

R = 54.27%
G = 43.42%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EBBC0A (or 0xEBBC0A) is known color: Golden Poppy. HEX triplet: EB, BC and 0A. RGB value is (235,188,10). Sum of RGB (Red+Green+Blue) = 235+188+10=433 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.27% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 10 (4.30% from 255 or 2.31% from 433); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBC0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBBC0A is #1443F5. Grayscale: #B6B6B6. Windows color (decimal): -1328118 or 703723. OLE color: 703723.

HSL color Cylindrical-coordinate representation of color #EBBC0A: hue angle of 47.47º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EBBC0A is Cyan = 0, Magento = 0.2, Yellow = 0.96 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 188 10 -
CMYK 0 0.2 0.96 0.08
HSL 47.47º 0.92% 0.48% -
HSV(B) 47.47º 0.96% 0.92% -
XYZ 52.3 53.65 7.89 -
YUV 181.76 31.07 165.97 -
System Red Green Blue C M Y K H S L
Decimal 235 188 10 0 0.2 0.96 0.08 47.47 0.92 0.48
Hex EB BC A 0 14 60 8 2F 5C 30
Octal 353 274 12 0 24 140 10 57 134 60
Binary 11101011 10111100 1010 0 10100 1100000 1000 101111 1011100 110000

Color Harmonies of #EBBC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBC0A

Black with #EBBC0A

Text Example


Text Example

White with #EBBC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBC0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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