Html Css Color HEX #EBC748 Festival

📋 copy color: '#EBC748'

red 235 ◦ green 199 ◦ blue 72

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

Shades of Festival #EBC748

Tints of Festival #EBC748

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.33%

 BLUE value IS 72 (28.52% from 255) = 14.23%

R = 46.44%
G = 39.33%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EBC748 (or 0xEBC748) is known color: Festival. HEX triplet: EB, C7 and 48. RGB value is (235,199,72). Sum of RGB (Red+Green+Blue) = 235+199+72=506 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.44% from 506); Green value is 199 (78.12% from 255 or 39.33% from 506); Blue value is 72 (28.52% from 255 or 14.23% from 506); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC748 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC748 is #1438B7. Grayscale: #C3C3C3. Windows color (decimal): -1325240 or 4769771. OLE color: 4769771.

HSL color Cylindrical-coordinate representation of color #EBC748: hue angle of 46.75º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EBC748 is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 199 72 -
CMYK 0 0.15 0.69 0.08
HSL 46.75º 0.8% 0.6% -
HSV(B) 46.75º 0.69% 0.92% -
XYZ 55.85 58.98 14.57 -
YUV 195.29 58.43 156.33 -
System Red Green Blue C M Y K H S L
Decimal 235 199 72 0 0.15 0.69 0.08 46.75 0.8 0.6
Hex EB C7 48 0 F 45 8 2F 50 3C
Octal 353 307 110 0 17 105 10 57 120 74
Binary 11101011 11000111 1001000 0 1111 1000101 1000 101111 1010000 111100

Color Harmonies of #EBC748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC748

Black with #EBC748

Text Example


Text Example

White with #EBC748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC748; }

 p { color: rgb(235,199,72); }

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

background-color css

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

 a { background-color: rgb(235,199,72); }

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

border-color css

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

 span { border-color: rgb(235,199,72); }

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