Html Css Color HEX #E2C129 Bright Sun

📋 copy color: '#E2C129'

red 226 ◦ green 193 ◦ blue 41

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

Shades of Bright Sun #E2C129

Tints of Bright Sun #E2C129

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.96%

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

R = 49.13%
G = 41.96%
B = 8.91%

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

#E2C129 (or 0xE2C129) is known color: Bright Sun. HEX triplet: E2, C1 and 29. RGB value is (226,193,41). Sum of RGB (Red+Green+Blue) = 226+193+41=460 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.13% from 460); Green value is 193 (75.78% from 255 or 41.96% from 460); Blue value is 41 (16.41% from 255 or 8.91% from 460); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C129 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2C129 is #1D3ED6. Grayscale: #BABABA. Windows color (decimal): -1916631 or 2736610. OLE color: 2736610.

HSL color Cylindrical-coordinate representation of color #E2C129: hue angle of 49.3º 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 #E2C129 is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 193 41 -
CMYK 0 0.15 0.82 0.11
HSL 49.3º 0.76% 0.52% -
HSV(B) 49.3º 0.82% 0.89% -
XYZ 50.83 54.47 9.93 -
YUV 185.54 46.43 156.86 -
System Red Green Blue C M Y K H S L
Decimal 226 193 41 0 0.15 0.82 0.11 49.3 0.76 0.52
Hex E2 C1 29 0 F 52 B 31 4C 34
Octal 342 301 51 0 17 122 13 61 114 64
Binary 11100010 11000001 101001 0 1111 1010010 1011 110001 1001100 110100

Color Harmonies of #E2C129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C129

Black with #E2C129

Text Example


Text Example

White with #E2C129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C129; }

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

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

background-color css

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

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

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

border-color css

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

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

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