Html Css Color HEX #E7C252 Cream Can

📋 copy color: '#E7C252'

red 231 ◦ green 194 ◦ blue 82

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

Shades of Cream Can #E7C252

Tints of Cream Can #E7C252

RGB

 RED value IS 231 (90.63% from 255) = 45.56%

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

 BLUE value IS 82 (32.42% from 255) = 16.17%

R = 45.56%
G = 38.26%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E7C252 (or 0xE7C252) is known color: Cream Can. HEX triplet: E7, C2 and 52. RGB value is (231,194,82). Sum of RGB (Red+Green+Blue) = 231+194+82=507 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.56% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 82 (32.42% from 255 or 16.17% from 507); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C252 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C252 is #183DAD. Grayscale: #C0C0C0. Windows color (decimal): -1588654 or 5423847. OLE color: 5423847.

HSL color Cylindrical-coordinate representation of color #E7C252: hue angle of 45.1º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E7C252 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 194 82 -
CMYK 0 0.16 0.65 0.09
HSL 45.1º 0.76% 0.61% -
HSV(B) 45.1º 0.65% 0.91% -
XYZ 53.77 56.18 15.99 -
YUV 192.3 65.76 155.61 -
System Red Green Blue C M Y K H S L
Decimal 231 194 82 0 0.16 0.65 0.09 45.1 0.76 0.61
Hex E7 C2 52 0 10 41 9 2D 4C 3D
Octal 347 302 122 0 20 101 11 55 114 75
Binary 11100111 11000010 1010010 0 10000 1000001 1001 101101 1001100 111101

Color Harmonies of #E7C252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7C252

Black with #E7C252

Text Example


Text Example

White with #E7C252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7C252; }

 p { color: rgb(231,194,82); }

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

background-color css

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

 a { background-color: rgb(231,194,82); }

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

border-color css

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

 span { border-color: rgb(231,194,82); }

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