Html Css Color HEX #EBD03C Festival

📋 copy color: '#EBD03C'

red 235 ◦ green 208 ◦ blue 60

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

Shades of Festival #EBD03C

Tints of Festival #EBD03C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.35%

 BLUE value IS 60 (23.83% from 255) = 11.93%

R = 46.72%
G = 41.35%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EBD03C (or 0xEBD03C) is known color: Festival. HEX triplet: EB, D0 and 3C. RGB value is (235,208,60). Sum of RGB (Red+Green+Blue) = 235+208+60=503 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.72% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 60 (23.83% from 255 or 11.93% from 503); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD03C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBD03C is #142FC3. Grayscale: #C7C7C7. Windows color (decimal): -1322948 or 3985643. OLE color: 3985643.

HSL color Cylindrical-coordinate representation of color #EBD03C: hue angle of 50.74º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EBD03C is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 208 60 -
CMYK 0 0.11 0.74 0.08
HSL 50.74º 0.81% 0.58% -
HSV(B) 50.74º 0.74% 0.92% -
XYZ 57.63 63.1 13.42 -
YUV 199.2 49.45 153.53 -
System Red Green Blue C M Y K H S L
Decimal 235 208 60 0 0.11 0.74 0.08 50.74 0.81 0.58
Hex EB D0 3C 0 B 4A 8 33 51 3A
Octal 353 320 74 0 13 112 10 63 121 72
Binary 11101011 11010000 111100 0 1011 1001010 1000 110011 1010001 111010

Color Harmonies of #EBD03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD03C

Black with #EBD03C

Text Example


Text Example

White with #EBD03C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD03C; }

 p { color: rgb(235,208,60); }

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

background-color css

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

 a { background-color: rgb(235,208,60); }

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

border-color css

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

 span { border-color: rgb(235,208,60); }

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