Html Css Color HEX #EBC94B Festival

📋 copy color: '#EBC94B'

red 235 ◦ green 201 ◦ blue 75

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

Shades of Festival #EBC94B

Tints of Festival #EBC94B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.33%

 BLUE value IS 75 (29.69% from 255) = 14.68%

R = 45.99%
G = 39.33%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EBC94B (or 0xEBC94B) is known color: Festival. HEX triplet: EB, C9 and 4B. RGB value is (235,201,75). Sum of RGB (Red+Green+Blue) = 235+201+75=511 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.99% from 511); Green value is 201 (78.91% from 255 or 39.33% from 511); Blue value is 75 (29.69% from 255 or 14.68% from 511); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC94B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC94B is #1436B4. Grayscale: #C5C5C5. Windows color (decimal): -1324725 or 4966891. OLE color: 4966891.

HSL color Cylindrical-coordinate representation of color #EBC94B: hue angle of 47.25º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EBC94B is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 201 75 -
CMYK 0 0.14 0.68 0.08
HSL 47.25º 0.8% 0.61% -
HSV(B) 47.25º 0.68% 0.92% -
XYZ 56.42 59.94 15.25 -
YUV 196.8 59.26 155.25 -
System Red Green Blue C M Y K H S L
Decimal 235 201 75 0 0.14 0.68 0.08 47.25 0.8 0.61
Hex EB C9 4B 0 E 44 8 2F 50 3D
Octal 353 311 113 0 16 104 10 57 120 75
Binary 11101011 11001001 1001011 0 1110 1000100 1000 101111 1010000 111101

Color Harmonies of #EBC94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC94B

Black with #EBC94B

Text Example


Text Example

White with #EBC94B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC94B; }

 p { color: rgb(235,201,75); }

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

background-color css

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

 a { background-color: rgb(235,201,75); }

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

border-color css

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

 span { border-color: rgb(235,201,75); }

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