Html Css Color HEX #E6CB49 Festival

📋 copy color: '#E6CB49'

red 230 ◦ green 203 ◦ blue 73

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

Shades of Festival #E6CB49

Tints of Festival #E6CB49

RGB

 RED value IS 230 (90.23% from 255) = 45.45%

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

 BLUE value IS 73 (28.91% from 255) = 14.43%

R = 45.45%
G = 40.12%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E6CB49 (or 0xE6CB49) is known color: Festival. HEX triplet: E6, CB and 49. RGB value is (230,203,73). Sum of RGB (Red+Green+Blue) = 230+203+73=506 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.45% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 73 (28.91% from 255 or 14.43% from 506); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CB49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6CB49 is #1934B6. Grayscale: #C4C4C4. Windows color (decimal): -1651895 or 4836326. OLE color: 4836326.

HSL color Cylindrical-coordinate representation of color #E6CB49: hue angle of 49.68º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E6CB49 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 203 73 -
CMYK 0 0.12 0.68 0.10
HSL 49.68º 0.76% 0.59% -
HSV(B) 49.68º 0.68% 0.9% -
XYZ 55.19 60.02 14.98 -
YUV 196.25 58.45 152.07 -
System Red Green Blue C M Y K H S L
Decimal 230 203 73 0 0.12 0.68 0.10 49.68 0.76 0.59
Hex E6 CB 49 0 C 44 A 32 4C 3B
Octal 346 313 111 0 14 104 12 62 114 73
Binary 11100110 11001011 1001001 0 1100 1000100 1010 110010 1001100 111011

Color Harmonies of #E6CB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CB49

Black with #E6CB49

Text Example


Text Example

White with #E6CB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CB49; }

 p { color: rgb(230,203,73); }

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

background-color css

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

 a { background-color: rgb(230,203,73); }

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

border-color css

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

 span { border-color: rgb(230,203,73); }

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