Html Css Color HEX #EBC74F Festival

📋 copy color: '#EBC74F'

red 235 ◦ green 199 ◦ blue 79

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

Shades of Festival #EBC74F

Tints of Festival #EBC74F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.79%

 BLUE value IS 79 (31.25% from 255) = 15.4%

R = 45.81%
G = 38.79%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EBC74F (or 0xEBC74F) is known color: Festival. HEX triplet: EB, C7 and 4F. RGB value is (235,199,79). Sum of RGB (Red+Green+Blue) = 235+199+79=513 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.81% from 513); Green value is 199 (78.12% from 255 or 38.79% from 513); Blue value is 79 (31.25% from 255 or 15.40% from 513); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC74F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC74F is #1438B0. Grayscale: #C4C4C4. Windows color (decimal): -1325233 or 5228523. OLE color: 5228523.

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

Color convert

RGB 235 199 79 -
CMYK 0 0.15 0.66 0.08
HSL 46.15º 0.8% 0.62% -
HSV(B) 46.15º 0.66% 0.92% -
XYZ 56.1 59.07 15.84 -
YUV 196.08 61.93 155.76 -
System Red Green Blue C M Y K H S L
Decimal 235 199 79 0 0.15 0.66 0.08 46.15 0.8 0.62
Hex EB C7 4F 0 F 42 8 2E 50 3E
Octal 353 307 117 0 17 102 10 56 120 76
Binary 11101011 11000111 1001111 0 1111 1000010 1000 101110 1010000 111110

Color Harmonies of #EBC74F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC74F

Black with #EBC74F

Text Example


Text Example

White with #EBC74F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC74F; }

 p { color: rgb(235,199,79); }

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

background-color css

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

 a { background-color: rgb(235,199,79); }

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

border-color css

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

 span { border-color: rgb(235,199,79); }

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