Html Css Color HEX #EBCD50 Festival

📋 copy color: '#EBCD50'

red 235 ◦ green 205 ◦ blue 80

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

Shades of Festival #EBCD50

Tints of Festival #EBCD50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.38%

R = 45.19%
G = 39.42%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EBCD50 (or 0xEBCD50) is known color: Festival. HEX triplet: EB, CD and 50. RGB value is (235,205,80). Sum of RGB (Red+Green+Blue) = 235+205+80=520 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.19% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 80 (31.64% from 255 or 15.38% from 520); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCD50 is #1432AF. Grayscale: #C8C8C8. Windows color (decimal): -1323696 or 5295595. OLE color: 5295595.

HSL color Cylindrical-coordinate representation of color #EBCD50: hue angle of 48.39º degrees, saturation: 0.79, 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 #EBCD50 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 205 80 -
CMYK 0 0.13 0.66 0.08
HSL 48.39º 0.79% 0.62% -
HSV(B) 48.39º 0.66% 0.92% -
XYZ 57.54 61.9 16.51 -
YUV 199.72 60.44 153.16 -
System Red Green Blue C M Y K H S L
Decimal 235 205 80 0 0.13 0.66 0.08 48.39 0.79 0.62
Hex EB CD 50 0 D 42 8 30 4F 3E
Octal 353 315 120 0 15 102 10 60 117 76
Binary 11101011 11001101 1010000 0 1101 1000010 1000 110000 1001111 111110

Color Harmonies of #EBCD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCD50

Black with #EBCD50

Text Example


Text Example

White with #EBCD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCD50; }

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

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

background-color css

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

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

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

border-color css

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

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

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