Html Css Color HEX #E1BD35 Bright Sun

📋 copy color: '#E1BD35'

red 225 ◦ green 189 ◦ blue 53

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

Shades of Bright Sun #E1BD35

Tints of Bright Sun #E1BD35

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.47%

 BLUE value IS 53 (21.09% from 255) = 11.35%

R = 48.18%
G = 40.47%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#E1BD35 (or 0xE1BD35) is known color: Bright Sun. HEX triplet: E1, BD and 35. RGB value is (225,189,53). Sum of RGB (Red+Green+Blue) = 225+189+53=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 53 (21.09% from 255 or 11.35% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BD35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1BD35 is #1E42CA. Grayscale: #B8B8B8. Windows color (decimal): -1983179 or 3522017. OLE color: 3522017.

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

Color convert

RGB 225 189 53 -
CMYK 0 0.16 0.76 0.12
HSL 47.44º 0.74% 0.55% -
HSV(B) 47.44º 0.76% 0.88% -
XYZ 49.89 52.66 10.9 -
YUV 184.26 53.93 157.06 -
System Red Green Blue C M Y K H S L
Decimal 225 189 53 0 0.16 0.76 0.12 47.44 0.74 0.55
Hex E1 BD 35 0 10 4C C 2F 4A 37
Octal 341 275 65 0 20 114 14 57 112 67
Binary 11100001 10111101 110101 0 10000 1001100 1100 101111 1001010 110111

Color Harmonies of #E1BD35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BD35

Black with #E1BD35

Text Example


Text Example

White with #E1BD35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BD35; }

 p { color: rgb(225,189,53); }

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

background-color css

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

 a { background-color: rgb(225,189,53); }

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

border-color css

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

 span { border-color: rgb(225,189,53); }

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