Html Css Color HEX #EBD341 Festival

📋 copy color: '#EBD341'

red 235 ◦ green 211 ◦ blue 65

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

Shades of Festival #EBD341

Tints of Festival #EBD341

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.29%

 BLUE value IS 65 (25.78% from 255) = 12.72%

R = 45.99%
G = 41.29%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EBD341 (or 0xEBD341) is known color: Festival. HEX triplet: EB, D3 and 41. RGB value is (235,211,65). Sum of RGB (Red+Green+Blue) = 235+211+65=511 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.99% from 511); Green value is 211 (82.81% from 255 or 41.29% from 511); Blue value is 65 (25.78% from 255 or 12.72% from 511); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD341 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBD341 is #142CBE. Grayscale: #CACACA. Windows color (decimal): -1322175 or 4314091. OLE color: 4314091.

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

Color convert

RGB 235 211 65 -
CMYK 0 0.10 0.72 0.08
HSL 51.53º 0.81% 0.59% -
HSV(B) 51.53º 0.72% 0.92% -
XYZ 58.51 64.63 14.39 -
YUV 201.53 50.95 151.87 -
System Red Green Blue C M Y K H S L
Decimal 235 211 65 0 0.10 0.72 0.08 51.53 0.81 0.59
Hex EB D3 41 0 A 48 8 34 51 3B
Octal 353 323 101 0 12 110 10 64 121 73
Binary 11101011 11010011 1000001 0 1010 1001000 1000 110100 1010001 111011

Color Harmonies of #EBD341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD341

Black with #EBD341

Text Example


Text Example

White with #EBD341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD341; }

 p { color: rgb(235,211,65); }

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

background-color css

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

 a { background-color: rgb(235,211,65); }

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

border-color css

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

 span { border-color: rgb(235,211,65); }

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