Html Css Color HEX #EBCB40 Festival

📋 copy color: '#EBCB40'

red 235 ◦ green 203 ◦ blue 64

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

Shades of Festival #EBCB40

Tints of Festival #EBCB40

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.44%

 BLUE value IS 64 (25.39% from 255) = 12.75%

R = 46.81%
G = 40.44%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EBCB40 (or 0xEBCB40) is known color: Festival. HEX triplet: EB, CB and 40. RGB value is (235,203,64). Sum of RGB (Red+Green+Blue) = 235+203+64=502 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.81% from 502); Green value is 203 (79.69% from 255 or 40.44% from 502); Blue value is 64 (25.39% from 255 or 12.75% from 502); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCB40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBCB40 is #1434BF. Grayscale: #C5C5C5. Windows color (decimal): -1324224 or 4246507. OLE color: 4246507.

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

Color convert

RGB 235 203 64 -
CMYK 0 0.14 0.73 0.08
HSL 48.77º 0.81% 0.59% -
HSV(B) 48.77º 0.73% 0.92% -
XYZ 56.54 60.74 13.6 -
YUV 196.72 53.1 155.3 -
System Red Green Blue C M Y K H S L
Decimal 235 203 64 0 0.14 0.73 0.08 48.77 0.81 0.59
Hex EB CB 40 0 E 49 8 31 51 3B
Octal 353 313 100 0 16 111 10 61 121 73
Binary 11101011 11001011 1000000 0 1110 1001001 1000 110001 1010001 111011

Color Harmonies of #EBCB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCB40

Black with #EBCB40

Text Example


Text Example

White with #EBCB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCB40; }

 p { color: rgb(235,203,64); }

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

background-color css

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

 a { background-color: rgb(235,203,64); }

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

border-color css

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

 span { border-color: rgb(235,203,64); }

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