Html Css Color HEX #E2C029 Bright Sun

📋 copy color: '#E2C029'

red 226 ◦ green 192 ◦ blue 41

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

Shades of Bright Sun #E2C029

Tints of Bright Sun #E2C029

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.83%

 BLUE value IS 41 (16.41% from 255) = 8.93%

R = 49.24%
G = 41.83%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E2C029 (or 0xE2C029) is known color: Bright Sun. HEX triplet: E2, C0 and 29. RGB value is (226,192,41). Sum of RGB (Red+Green+Blue) = 226+192+41=459 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.24% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 41 (16.41% from 255 or 8.93% from 459); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C029 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2C029 is #1D3FD6. Grayscale: #B9B9B9. Windows color (decimal): -1916887 or 2736354. OLE color: 2736354.

HSL color Cylindrical-coordinate representation of color #E2C029: hue angle of 48.97º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E2C029 is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 192 41 -
CMYK 0 0.15 0.82 0.11
HSL 48.97º 0.76% 0.52% -
HSV(B) 48.97º 0.82% 0.89% -
XYZ 50.61 54.03 9.86 -
YUV 184.95 46.76 157.28 -
System Red Green Blue C M Y K H S L
Decimal 226 192 41 0 0.15 0.82 0.11 48.97 0.76 0.52
Hex E2 C0 29 0 F 52 B 31 4C 34
Octal 342 300 51 0 17 122 13 61 114 64
Binary 11100010 11000000 101001 0 1111 1010010 1011 110001 1001100 110100

Color Harmonies of #E2C029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C029

Black with #E2C029

Text Example


Text Example

White with #E2C029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C029; }

 p { color: rgb(226,192,41); }

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

background-color css

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

 a { background-color: rgb(226,192,41); }

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

border-color css

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

 span { border-color: rgb(226,192,41); }

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