Html Css Color HEX #E6C24B Cream Can

📋 copy color: '#E6C24B'

red 230 ◦ green 194 ◦ blue 75

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

Shades of Cream Can #E6C24B

Tints of Cream Can #E6C24B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.88%

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

R = 46.09%
G = 38.88%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6C24B (or 0xE6C24B) is known color: Cream Can. HEX triplet: E6, C2 and 4B. RGB value is (230,194,75). Sum of RGB (Red+Green+Blue) = 230+194+75=499 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46.09% from 499); Green value is 194 (76.17% from 255 or 38.88% from 499); Blue value is 75 (29.69% from 255 or 15.03% from 499); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C24B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6C24B is #193DB4. Grayscale: #BFBFBF. Windows color (decimal): -1654197 or 4965094. OLE color: 4965094.

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

Color convert

RGB 230 194 75 -
CMYK 0 0.16 0.67 0.10
HSL 46.06º 0.76% 0.6% -
HSV(B) 46.06º 0.67% 0.9% -
XYZ 53.19 55.91 14.65 -
YUV 191.2 62.43 155.68 -
System Red Green Blue C M Y K H S L
Decimal 230 194 75 0 0.16 0.67 0.10 46.06 0.76 0.6
Hex E6 C2 4B 0 10 43 A 2E 4C 3C
Octal 346 302 113 0 20 103 12 56 114 74
Binary 11100110 11000010 1001011 0 10000 1000011 1010 101110 1001100 111100

Color Harmonies of #E6C24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C24B

Black with #E6C24B

Text Example


Text Example

White with #E6C24B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C24B; }

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

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

background-color css

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

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

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

border-color css

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

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

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