Html Css Color HEX #EBBC0C Golden Poppy

📋 copy color: '#EBBC0C'

red 235 ◦ green 188 ◦ blue 12

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

Shades of Golden Poppy #EBBC0C

Tints of Golden Poppy #EBBC0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.76%

R = 54.02%
G = 43.22%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EBBC0C (or 0xEBBC0C) is known color: Golden Poppy. HEX triplet: EB, BC and 0C. RGB value is (235,188,12). Sum of RGB (Red+Green+Blue) = 235+188+12=435 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.02% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 12 (5.08% from 255 or 2.76% from 435); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBC0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBBC0C is #1443F3. Grayscale: #B6B6B6. Windows color (decimal): -1328116 or 834795. OLE color: 834795.

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

Color convert

RGB 235 188 12 -
CMYK 0 0.2 0.95 0.08
HSL 47.35º 0.9% 0.48% -
HSV(B) 47.35º 0.95% 0.92% -
XYZ 52.31 53.66 7.95 -
YUV 181.99 32.07 165.81 -
System Red Green Blue C M Y K H S L
Decimal 235 188 12 0 0.2 0.95 0.08 47.35 0.9 0.48
Hex EB BC C 0 14 5F 8 2F 5A 30
Octal 353 274 14 0 24 137 10 57 132 60
Binary 11101011 10111100 1100 0 10100 1011111 1000 101111 1011010 110000

Color Harmonies of #EBBC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBC0C

Black with #EBBC0C

Text Example


Text Example

White with #EBBC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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