Html Css Color HEX #EAB531 Bright Sun

📋 copy color: '#EAB531'

red 234 ◦ green 181 ◦ blue 49

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

Shades of Bright Sun #EAB531

Tints of Bright Sun #EAB531

RGB

 RED value IS 234 (91.8% from 255) = 50.43%

 GREEN value IS 181 (71.09% from 255) = 39.01%

 BLUE value IS 49 (19.53% from 255) = 10.56%

R = 50.43%
G = 39.01%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EAB531 (or 0xEAB531) is known color: Bright Sun. HEX triplet: EA, B5 and 31. RGB value is (234,181,49). Sum of RGB (Red+Green+Blue) = 234+181+49=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 181 (71.09% from 255 or 39.01% from 464); Blue value is 49 (19.53% from 255 or 10.56% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB531 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB531 is #154ACE. Grayscale: #B6B6B6. Windows color (decimal): -1395407 or 3257834. OLE color: 3257834.

HSL color Cylindrical-coordinate representation of color #EAB531: hue angle of 42.81º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EAB531 is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 181 49 -
CMYK 0 0.23 0.79 0.08
HSL 42.81º 0.81% 0.55% -
HSV(B) 42.81º 0.79% 0.92% -
XYZ 51.01 50.76 10.02 -
YUV 181.8 53.06 165.23 -
System Red Green Blue C M Y K H S L
Decimal 234 181 49 0 0.23 0.79 0.08 42.81 0.81 0.55
Hex EA B5 31 0 17 4F 8 2B 51 37
Octal 352 265 61 0 27 117 10 53 121 67
Binary 11101010 10110101 110001 0 10111 1001111 1000 101011 1010001 110111

Color Harmonies of #EAB531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB531

Black with #EAB531

Text Example


Text Example

White with #EAB531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB531; }

 p { color: rgb(234,181,49); }

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

background-color css

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

 a { background-color: rgb(234,181,49); }

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

border-color css

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

 span { border-color: rgb(234,181,49); }

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