Html Css Color HEX #E6CA4B Festival

📋 copy color: '#E6CA4B'

red 230 ◦ green 202 ◦ blue 75

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

Shades of Festival #E6CA4B

Tints of Festival #E6CA4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.79%

R = 45.36%
G = 39.84%
B = 14.79%

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

#E6CA4B (or 0xE6CA4B) is known color: Festival. HEX triplet: E6, CA and 4B. RGB value is (230,202,75). Sum of RGB (Red+Green+Blue) = 230+202+75=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 75 (29.69% from 255 or 14.79% from 507); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CA4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6CA4B is #1935B4. Grayscale: #C4C4C4. Windows color (decimal): -1652149 or 4967142. OLE color: 4967142.

HSL color Cylindrical-coordinate representation of color #E6CA4B: hue angle of 49.16º degrees, saturation: 0.76, 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 #E6CA4B is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 202 75 -
CMYK 0 0.12 0.67 0.10
HSL 49.16º 0.76% 0.6% -
HSV(B) 49.16º 0.67% 0.9% -
XYZ 55.02 59.57 15.26 -
YUV 195.89 59.78 152.33 -
System Red Green Blue C M Y K H S L
Decimal 230 202 75 0 0.12 0.67 0.10 49.16 0.76 0.6
Hex E6 CA 4B 0 C 43 A 31 4C 3C
Octal 346 312 113 0 14 103 12 61 114 74
Binary 11100110 11001010 1001011 0 1100 1000011 1010 110001 1001100 111100

Color Harmonies of #E6CA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CA4B

Black with #E6CA4B

Text Example


Text Example

White with #E6CA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CA4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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