Html Css Color HEX #E6CA4D Festival

📋 copy color: '#E6CA4D'

red 230 ◦ green 202 ◦ blue 77

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

Shades of Festival #E6CA4D

Tints of Festival #E6CA4D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.69%

 BLUE value IS 77 (30.47% from 255) = 15.13%

R = 45.19%
G = 39.69%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6CA4D (or 0xE6CA4D) is known color: Festival. HEX triplet: E6, CA and 4D. RGB value is (230,202,77). Sum of RGB (Red+Green+Blue) = 230+202+77=509 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.19% from 509); Green value is 202 (79.30% from 255 or 39.69% from 509); Blue value is 77 (30.47% from 255 or 15.13% from 509); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CA4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CA4D is #1935B2. Grayscale: #C4C4C4. Windows color (decimal): -1652147 or 5098214. OLE color: 5098214.

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

Color convert

RGB 230 202 77 -
CMYK 0 0.12 0.67 0.10
HSL 49.02º 0.75% 0.6% -
HSV(B) 49.02º 0.67% 0.9% -
XYZ 55.09 59.6 15.62 -
YUV 196.12 60.78 152.16 -
System Red Green Blue C M Y K H S L
Decimal 230 202 77 0 0.12 0.67 0.10 49.02 0.75 0.6
Hex E6 CA 4D 0 C 43 A 31 4B 3C
Octal 346 312 115 0 14 103 12 61 113 74
Binary 11100110 11001010 1001101 0 1100 1000011 1010 110001 1001011 111100

Color Harmonies of #E6CA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CA4D

Black with #E6CA4D

Text Example


Text Example

White with #E6CA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CA4D; }

 p { color: rgb(230,202,77); }

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

background-color css

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

 a { background-color: rgb(230,202,77); }

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

border-color css

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

 span { border-color: rgb(230,202,77); }

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