Html Css Color HEX #EABB30 Bright Sun

📋 copy color: '#EABB30'

red 234 ◦ green 187 ◦ blue 48

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

Shades of Bright Sun #EABB30

Tints of Bright Sun #EABB30

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.87%

 BLUE value IS 48 (19.14% from 255) = 10.23%

R = 49.89%
G = 39.87%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EABB30 (or 0xEABB30) is known color: Bright Sun. HEX triplet: EA, BB and 30. RGB value is (234,187,48). Sum of RGB (Red+Green+Blue) = 234+187+48=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 187 (73.44% from 255 or 39.87% from 469); Blue value is 48 (19.14% from 255 or 10.23% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABB30 is #1544CF. Grayscale: #B9B9B9. Windows color (decimal): -1393872 or 3193834. OLE color: 3193834.

HSL color Cylindrical-coordinate representation of color #EABB30: hue angle of 44.84º degrees, saturation: 0.82, 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 #EABB30 is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 187 48 -
CMYK 0 0.20 0.79 0.08
HSL 44.84º 0.82% 0.55% -
HSV(B) 44.84º 0.79% 0.92% -
XYZ 52.24 53.25 10.32 -
YUV 185.21 50.57 162.8 -
System Red Green Blue C M Y K H S L
Decimal 234 187 48 0 0.20 0.79 0.08 44.84 0.82 0.55
Hex EA BB 30 0 14 4F 8 2D 52 37
Octal 352 273 60 0 24 117 10 55 122 67
Binary 11101010 10111011 110000 0 10100 1001111 1000 101101 1010010 110111

Color Harmonies of #EABB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABB30

Black with #EABB30

Text Example


Text Example

White with #EABB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABB30; }

 p { color: rgb(234,187,48); }

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

background-color css

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

 a { background-color: rgb(234,187,48); }

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

border-color css

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

 span { border-color: rgb(234,187,48); }

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