Html Css Color HEX #EBC74D Festival

📋 copy color: '#EBC74D'

red 235 ◦ green 199 ◦ blue 77

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

Shades of Festival #EBC74D

Tints of Festival #EBC74D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.07%

R = 45.99%
G = 38.94%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EBC74D (or 0xEBC74D) is known color: Festival. HEX triplet: EB, C7 and 4D. RGB value is (235,199,77). Sum of RGB (Red+Green+Blue) = 235+199+77=511 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.99% from 511); Green value is 199 (78.12% from 255 or 38.94% from 511); Blue value is 77 (30.47% from 255 or 15.07% from 511); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC74D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC74D is #1438B2. Grayscale: #C4C4C4. Windows color (decimal): -1325235 or 5097451. OLE color: 5097451.

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

Color convert

RGB 235 199 77 -
CMYK 0 0.15 0.67 0.08
HSL 46.33º 0.8% 0.61% -
HSV(B) 46.33º 0.67% 0.92% -
XYZ 56.02 59.04 15.47 -
YUV 195.86 60.93 155.92 -
System Red Green Blue C M Y K H S L
Decimal 235 199 77 0 0.15 0.67 0.08 46.33 0.8 0.61
Hex EB C7 4D 0 F 43 8 2E 50 3D
Octal 353 307 115 0 17 103 10 56 120 75
Binary 11101011 11000111 1001101 0 1111 1000011 1000 101110 1010000 111101

Color Harmonies of #EBC74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC74D

Black with #EBC74D

Text Example


Text Example

White with #EBC74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC74D; }

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

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

background-color css

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

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

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

border-color css

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

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

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