Html Css Color HEX #E1C62D Bright Sun

📋 copy color: '#E1C62D'

red 225 ◦ green 198 ◦ blue 45

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

Shades of Bright Sun #E1C62D

Tints of Bright Sun #E1C62D

RGB

 RED value IS 225 (88.28% from 255) = 48.08%

 GREEN value IS 198 (77.73% from 255) = 42.31%

 BLUE value IS 45 (17.97% from 255) = 9.62%

R = 48.08%
G = 42.31%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.8

 K value IS 0.12

RGB Variations

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

Color information

#E1C62D (or 0xE1C62D) is known color: Bright Sun. HEX triplet: E1, C6 and 2D. RGB value is (225,198,45). Sum of RGB (Red+Green+Blue) = 225+198+45=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 198 (77.73% from 255 or 42.31% from 468); Blue value is 45 (17.97% from 255 or 9.62% from 468); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C62D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C62D is #1E39D2. Grayscale: #BDBDBD. Windows color (decimal): -1980883 or 3000033. OLE color: 3000033.

HSL color Cylindrical-coordinate representation of color #E1C62D: hue angle of 51º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E1C62D is Cyan = 0, Magento = 0.12, Yellow = 0.8 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 198 45 -
CMYK 0 0.12 0.8 0.12
HSL 51º 0.75% 0.53% -
HSV(B) 51º 0.8% 0.88% -
XYZ 51.72 56.59 10.68 -
YUV 188.63 46.95 153.94 -
System Red Green Blue C M Y K H S L
Decimal 225 198 45 0 0.12 0.8 0.12 51 0.75 0.53
Hex E1 C6 2D 0 C 50 C 33 4B 35
Octal 341 306 55 0 14 120 14 63 113 65
Binary 11100001 11000110 101101 0 1100 1010000 1100 110011 1001011 110101

Color Harmonies of #E1C62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C62D

Black with #E1C62D

Text Example


Text Example

White with #E1C62D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C62D; }

 p { color: rgb(225,198,45); }

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

background-color css

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

 a { background-color: rgb(225,198,45); }

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

border-color css

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

 span { border-color: rgb(225,198,45); }

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