Html Css Color HEX #E2C52E Bright Sun

📋 copy color: '#E2C52E'

red 226 ◦ green 197 ◦ blue 46

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

Shades of Bright Sun #E2C52E

Tints of Bright Sun #E2C52E

RGB

 RED value IS 226 (88.67% from 255) = 48.19%

 GREEN value IS 197 (77.34% from 255) = 42%

 BLUE value IS 46 (18.36% from 255) = 9.81%

R = 48.19%
G = 42%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E2C52E (or 0xE2C52E) is known color: Bright Sun. HEX triplet: E2, C5 and 2E. RGB value is (226,197,46). Sum of RGB (Red+Green+Blue) = 226+197+46=469 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.19% from 469); Green value is 197 (77.34% from 255 or 42.00% from 469); Blue value is 46 (18.36% from 255 or 9.81% from 469); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2C52E is #1D3AD1. Grayscale: #BDBDBD. Windows color (decimal): -1915602 or 3065314. OLE color: 3065314.

HSL color Cylindrical-coordinate representation of color #E2C52E: hue angle of 50.33º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E2C52E is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 197 46 -
CMYK 0 0.13 0.80 0.11
HSL 50.33º 0.76% 0.53% -
HSV(B) 50.33º 0.8% 0.89% -
XYZ 51.82 56.3 10.72 -
YUV 188.46 47.61 154.78 -
System Red Green Blue C M Y K H S L
Decimal 226 197 46 0 0.13 0.80 0.11 50.33 0.76 0.53
Hex E2 C5 2E 0 D 50 B 32 4C 35
Octal 342 305 56 0 15 120 13 62 114 65
Binary 11100010 11000101 101110 0 1101 1010000 1011 110010 1001100 110101

Color Harmonies of #E2C52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C52E

Black with #E2C52E

Text Example


Text Example

White with #E2C52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C52E; }

 p { color: rgb(226,197,46); }

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

background-color css

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

 a { background-color: rgb(226,197,46); }

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

border-color css

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

 span { border-color: rgb(226,197,46); }

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