Html Css Color HEX #EBCD49 Festival

📋 copy color: '#EBCD49'

red 235 ◦ green 205 ◦ blue 73

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

Shades of Festival #EBCD49

Tints of Festival #EBCD49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 14.23%

R = 45.81%
G = 39.96%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EBCD49 (or 0xEBCD49) is known color: Festival. HEX triplet: EB, CD and 49. RGB value is (235,205,73). Sum of RGB (Red+Green+Blue) = 235+205+73=513 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.81% from 513); Green value is 205 (80.47% from 255 or 39.96% from 513); Blue value is 73 (28.91% from 255 or 14.23% from 513); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBCD49 is #1432B6. Grayscale: #C7C7C7. Windows color (decimal): -1323703 or 4836843. OLE color: 4836843.

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

Color convert

RGB 235 205 73 -
CMYK 0 0.13 0.69 0.08
HSL 48.89º 0.8% 0.6% -
HSV(B) 48.89º 0.69% 0.92% -
XYZ 57.29 61.81 15.21 -
YUV 198.92 56.94 153.73 -
System Red Green Blue C M Y K H S L
Decimal 235 205 73 0 0.13 0.69 0.08 48.89 0.8 0.6
Hex EB CD 49 0 D 45 8 31 50 3C
Octal 353 315 111 0 15 105 10 61 120 74
Binary 11101011 11001101 1001001 0 1101 1000101 1000 110001 1010000 111100

Color Harmonies of #EBCD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCD49

Black with #EBCD49

Text Example


Text Example

White with #EBCD49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCD49; }

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

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

background-color css

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

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

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

border-color css

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

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

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