Html Css Color HEX #EBC03D Saffron

📋 copy color: '#EBC03D'

red 235 ◦ green 192 ◦ blue 61

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

Shades of Saffron #EBC03D

Tints of Saffron #EBC03D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.34%

 BLUE value IS 61 (24.22% from 255) = 12.5%

R = 48.16%
G = 39.34%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EBC03D (or 0xEBC03D) is known color: Saffron. HEX triplet: EB, C0 and 3D. RGB value is (235,192,61). Sum of RGB (Red+Green+Blue) = 235+192+61=488 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.16% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 61 (24.22% from 255 or 12.5% from 488); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC03D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC03D is #143FC2. Grayscale: #BEBEBE. Windows color (decimal): -1327043 or 4047083. OLE color: 4047083.

HSL color Cylindrical-coordinate representation of color #EBC03D: hue angle of 45.17º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EBC03D is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 192 61 -
CMYK 0 0.18 0.74 0.08
HSL 45.17º 0.81% 0.58% -
HSV(B) 45.17º 0.74% 0.92% -
XYZ 53.95 55.7 12.32 -
YUV 189.92 55.25 160.15 -
System Red Green Blue C M Y K H S L
Decimal 235 192 61 0 0.18 0.74 0.08 45.17 0.81 0.58
Hex EB C0 3D 0 12 4A 8 2D 51 3A
Octal 353 300 75 0 22 112 10 55 121 72
Binary 11101011 11000000 111101 0 10010 1001010 1000 101101 1010001 111010

Color Harmonies of #EBC03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC03D

Black with #EBC03D

Text Example


Text Example

White with #EBC03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC03D; }

 p { color: rgb(235,192,61); }

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

background-color css

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

 a { background-color: rgb(235,192,61); }

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

border-color css

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

 span { border-color: rgb(235,192,61); }

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