Html Css Color HEX #EBC63D Festival

📋 copy color: '#EBC63D'

red 235 ◦ green 198 ◦ blue 61

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

Shades of Festival #EBC63D

Tints of Festival #EBC63D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.08%

 BLUE value IS 61 (24.22% from 255) = 12.35%

R = 47.57%
G = 40.08%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EBC63D (or 0xEBC63D) is known color: Festival. HEX triplet: EB, C6 and 3D. RGB value is (235,198,61). Sum of RGB (Red+Green+Blue) = 235+198+61=494 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.57% from 494); Green value is 198 (77.73% from 255 or 40.08% from 494); Blue value is 61 (24.22% from 255 or 12.35% from 494); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC63D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC63D is #1439C2. Grayscale: #C2C2C2. Windows color (decimal): -1325507 or 4048619. OLE color: 4048619.

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

Color convert

RGB 235 198 61 -
CMYK 0 0.16 0.74 0.08
HSL 47.24º 0.81% 0.58% -
HSV(B) 47.24º 0.74% 0.92% -
XYZ 55.3 58.39 12.77 -
YUV 193.45 53.26 157.64 -
System Red Green Blue C M Y K H S L
Decimal 235 198 61 0 0.16 0.74 0.08 47.24 0.81 0.58
Hex EB C6 3D 0 10 4A 8 2F 51 3A
Octal 353 306 75 0 20 112 10 57 121 72
Binary 11101011 11000110 111101 0 10000 1001010 1000 101111 1010001 111010

Color Harmonies of #EBC63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC63D

Black with #EBC63D

Text Example


Text Example

White with #EBC63D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC63D; }

 p { color: rgb(235,198,61); }

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

background-color css

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

 a { background-color: rgb(235,198,61); }

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

border-color css

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

 span { border-color: rgb(235,198,61); }

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