Html Css Color HEX #EBCE4D Festival

📋 copy color: '#EBCE4D'

red 235 ◦ green 206 ◦ blue 77

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

Shades of Festival #EBCE4D

Tints of Festival #EBCE4D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.77%

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

R = 45.37%
G = 39.77%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EBCE4D (or 0xEBCE4D) is known color: Festival. HEX triplet: EB, CE and 4D. RGB value is (235,206,77). Sum of RGB (Red+Green+Blue) = 235+206+77=518 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.37% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 77 (30.47% from 255 or 14.86% from 518); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCE4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCE4D is #1431B2. Grayscale: #C8C8C8. Windows color (decimal): -1323443 or 5099243. OLE color: 5099243.

HSL color Cylindrical-coordinate representation of color #EBCE4D: hue angle of 48.99º 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 #EBCE4D is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 206 77 -
CMYK 0 0.12 0.67 0.08
HSL 48.99º 0.8% 0.61% -
HSV(B) 48.99º 0.67% 0.92% -
XYZ 57.67 62.34 16.01 -
YUV 199.97 58.61 152.99 -
System Red Green Blue C M Y K H S L
Decimal 235 206 77 0 0.12 0.67 0.08 48.99 0.8 0.61
Hex EB CE 4D 0 C 43 8 31 50 3D
Octal 353 316 115 0 14 103 10 61 120 75
Binary 11101011 11001110 1001101 0 1100 1000011 1000 110001 1010000 111101

Color Harmonies of #EBCE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCE4D

Black with #EBCE4D

Text Example


Text Example

White with #EBCE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCE4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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