Html Css Color HEX #EBC84D Festival

📋 copy color: '#EBC84D'

red 235 ◦ green 200 ◦ blue 77

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

Shades of Festival #EBC84D

Tints of Festival #EBC84D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.06%

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

R = 45.9%
G = 39.06%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EBC84D (or 0xEBC84D) is known color: Festival. HEX triplet: EB, C8 and 4D. RGB value is (235,200,77). Sum of RGB (Red+Green+Blue) = 235+200+77=512 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.90% from 512); Green value is 200 (78.52% from 255 or 39.06% from 512); Blue value is 77 (30.47% from 255 or 15.04% from 512); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC84D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC84D is #1437B2. Grayscale: #C4C4C4. Windows color (decimal): -1324979 or 5097707. OLE color: 5097707.

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

Color convert

RGB 235 200 77 -
CMYK 0 0.15 0.67 0.08
HSL 46.71º 0.8% 0.61% -
HSV(B) 46.71º 0.67% 0.92% -
XYZ 56.25 59.51 15.54 -
YUV 196.44 60.6 155.5 -
System Red Green Blue C M Y K H S L
Decimal 235 200 77 0 0.15 0.67 0.08 46.71 0.8 0.61
Hex EB C8 4D 0 F 43 8 2F 50 3D
Octal 353 310 115 0 17 103 10 57 120 75
Binary 11101011 11001000 1001101 0 1111 1000011 1000 101111 1010000 111101

Color Harmonies of #EBC84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC84D

Black with #EBC84D

Text Example


Text Example

White with #EBC84D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC84D; }

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

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

background-color css

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

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

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

border-color css

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

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

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