Html Css Color HEX #E6CB41 Festival

📋 copy color: '#E6CB41'

red 230 ◦ green 203 ◦ blue 65

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

Shades of Festival #E6CB41

Tints of Festival #E6CB41

RGB

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

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

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

R = 46.18%
G = 40.76%
B = 13.05%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E6CB41 (or 0xE6CB41) is known color: Festival. HEX triplet: E6, CB and 41. RGB value is (230,203,65). Sum of RGB (Red+Green+Blue) = 230+203+65=498 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.18% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 65 (25.78% from 255 or 13.05% from 498); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CB41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6CB41 is #1934BE. Grayscale: #C3C3C3. Windows color (decimal): -1651903 or 4312038. OLE color: 4312038.

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

Color convert

RGB 230 203 65 -
CMYK 0 0.12 0.72 0.10
HSL 50.18º 0.77% 0.58% -
HSV(B) 50.18º 0.72% 0.9% -
XYZ 54.94 59.92 13.67 -
YUV 195.34 54.45 152.72 -
System Red Green Blue C M Y K H S L
Decimal 230 203 65 0 0.12 0.72 0.10 50.18 0.77 0.58
Hex E6 CB 41 0 C 48 A 32 4D 3A
Octal 346 313 101 0 14 110 12 62 115 72
Binary 11100110 11001011 1000001 0 1100 1001000 1010 110010 1001101 111010

Color Harmonies of #E6CB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CB41

Black with #E6CB41

Text Example


Text Example

White with #E6CB41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CB41; }

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

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

background-color css

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

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

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

border-color css

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

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

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