Html Css Color HEX #E1C334 Bright Sun

📋 copy color: '#E1C334'

red 225 ◦ green 195 ◦ blue 52

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

Shades of Bright Sun #E1C334

Tints of Bright Sun #E1C334

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.31%

 BLUE value IS 52 (20.7% from 255) = 11.02%

R = 47.67%
G = 41.31%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E1C334 (or 0xE1C334) is known color: Bright Sun. HEX triplet: E1, C3 and 34. RGB value is (225,195,52). Sum of RGB (Red+Green+Blue) = 225+195+52=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 195 (76.56% from 255 or 41.31% from 472); Blue value is 52 (20.70% from 255 or 11.02% from 472); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C334 is #1E3CCB. Grayscale: #BCBCBC. Windows color (decimal): -1981644 or 3458017. OLE color: 3458017.

HSL color Cylindrical-coordinate representation of color #E1C334: hue angle of 49.6º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E1C334 is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 195 52 -
CMYK 0 0.13 0.77 0.12
HSL 49.6º 0.74% 0.54% -
HSV(B) 49.6º 0.77% 0.88% -
XYZ 51.19 55.29 11.22 -
YUV 187.67 51.44 154.63 -
System Red Green Blue C M Y K H S L
Decimal 225 195 52 0 0.13 0.77 0.12 49.6 0.74 0.54
Hex E1 C3 34 0 D 4D C 32 4A 36
Octal 341 303 64 0 15 115 14 62 112 66
Binary 11100001 11000011 110100 0 1101 1001101 1100 110010 1001010 110110

Color Harmonies of #E1C334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C334

Black with #E1C334

Text Example


Text Example

White with #E1C334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C334; }

 p { color: rgb(225,195,52); }

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

background-color css

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

 a { background-color: rgb(225,195,52); }

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

border-color css

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

 span { border-color: rgb(225,195,52); }

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