Html Css Color HEX #EBC645 Festival

📋 copy color: '#EBC645'

red 235 ◦ green 198 ◦ blue 69

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

Shades of Festival #EBC645

Tints of Festival #EBC645

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.44%

 BLUE value IS 69 (27.34% from 255) = 13.75%

R = 46.81%
G = 39.44%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EBC645 (or 0xEBC645) is known color: Festival. HEX triplet: EB, C6 and 45. RGB value is (235,198,69). Sum of RGB (Red+Green+Blue) = 235+198+69=502 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.81% from 502); Green value is 198 (77.73% from 255 or 39.44% from 502); Blue value is 69 (27.34% from 255 or 13.75% from 502); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC645 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC645 is #1439BA. Grayscale: #C2C2C2. Windows color (decimal): -1325499 or 4572907. OLE color: 4572907.

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

Color convert

RGB 235 198 69 -
CMYK 0 0.16 0.71 0.08
HSL 46.63º 0.81% 0.6% -
HSV(B) 46.63º 0.71% 0.92% -
XYZ 55.53 58.48 13.99 -
YUV 194.36 57.26 156.99 -
System Red Green Blue C M Y K H S L
Decimal 235 198 69 0 0.16 0.71 0.08 46.63 0.81 0.6
Hex EB C6 45 0 10 47 8 2F 51 3C
Octal 353 306 105 0 20 107 10 57 121 74
Binary 11101011 11000110 1000101 0 10000 1000111 1000 101111 1010001 111100

Color Harmonies of #EBC645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC645

Black with #EBC645

Text Example


Text Example

White with #EBC645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC645; }

 p { color: rgb(235,198,69); }

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

background-color css

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

 a { background-color: rgb(235,198,69); }

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

border-color css

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

 span { border-color: rgb(235,198,69); }

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