Html Css Color HEX #EBCD47 Festival

📋 copy color: '#EBCD47'

red 235 ◦ green 205 ◦ blue 71

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

Shades of Festival #EBCD47

Tints of Festival #EBCD47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 13.89%

R = 45.99%
G = 40.12%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EBCD47 (or 0xEBCD47) is known color: Festival. HEX triplet: EB, CD and 47. RGB value is (235,205,71). Sum of RGB (Red+Green+Blue) = 235+205+71=511 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.99% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 71 (28.12% from 255 or 13.89% from 511); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBCD47 is #1432B8. Grayscale: #C7C7C7. Windows color (decimal): -1323705 or 4705771. OLE color: 4705771.

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

Color convert

RGB 235 205 71 -
CMYK 0 0.13 0.70 0.08
HSL 49.02º 0.8% 0.6% -
HSV(B) 49.02º 0.7% 0.92% -
XYZ 57.23 61.78 14.87 -
YUV 198.69 55.94 153.9 -
System Red Green Blue C M Y K H S L
Decimal 235 205 71 0 0.13 0.70 0.08 49.02 0.8 0.6
Hex EB CD 47 0 D 46 8 31 50 3C
Octal 353 315 107 0 15 106 10 61 120 74
Binary 11101011 11001101 1000111 0 1101 1000110 1000 110001 1010000 111100

Color Harmonies of #EBCD47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCD47

Black with #EBCD47

Text Example


Text Example

White with #EBCD47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCD47; }

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

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

background-color css

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

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

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

border-color css

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

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

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