Html Css Color HEX #EBCD40 Festival

📋 copy color: '#EBCD40'

red 235 ◦ green 205 ◦ blue 64

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

Shades of Festival #EBCD40

Tints of Festival #EBCD40

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.67%

 BLUE value IS 64 (25.39% from 255) = 12.7%

R = 46.63%
G = 40.67%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EBCD40 (or 0xEBCD40) is known color: Festival. HEX triplet: EB, CD and 40. RGB value is (235,205,64). Sum of RGB (Red+Green+Blue) = 235+205+64=504 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.63% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 64 (25.39% from 255 or 12.70% from 504); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBCD40 is #1432BF. Grayscale: #C6C6C6. Windows color (decimal): -1323712 or 4247019. OLE color: 4247019.

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

Color convert

RGB 235 205 64 -
CMYK 0 0.13 0.73 0.08
HSL 49.47º 0.81% 0.59% -
HSV(B) 49.47º 0.73% 0.92% -
XYZ 57.02 61.69 13.75 -
YUV 197.9 52.44 154.46 -
System Red Green Blue C M Y K H S L
Decimal 235 205 64 0 0.13 0.73 0.08 49.47 0.81 0.59
Hex EB CD 40 0 D 49 8 31 51 3B
Octal 353 315 100 0 15 111 10 61 121 73
Binary 11101011 11001101 1000000 0 1101 1001001 1000 110001 1010001 111011

Color Harmonies of #EBCD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCD40

Black with #EBCD40

Text Example


Text Example

White with #EBCD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCD40; }

 p { color: rgb(235,205,64); }

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

background-color css

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

 a { background-color: rgb(235,205,64); }

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

border-color css

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

 span { border-color: rgb(235,205,64); }

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