Html Css Color HEX #E6BA31 Bright Sun

📋 copy color: '#E6BA31'

red 230 ◦ green 186 ◦ blue 49

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

Shades of Bright Sun #E6BA31

Tints of Bright Sun #E6BA31

RGB

 RED value IS 230 (90.23% from 255) = 49.46%

 GREEN value IS 186 (73.05% from 255) = 40%

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

R = 49.46%
G = 40%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E6BA31 (or 0xE6BA31) is known color: Bright Sun. HEX triplet: E6, BA and 31. RGB value is (230,186,49). Sum of RGB (Red+Green+Blue) = 230+186+49=465 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.46% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 49 (19.53% from 255 or 10.54% from 465); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BA31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6BA31 is #1945CE. Grayscale: #B8B8B8. Windows color (decimal): -1656271 or 3259110. OLE color: 3259110.

HSL color Cylindrical-coordinate representation of color #E6BA31: hue angle of 45.41º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E6BA31 is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 186 49 -
CMYK 0 0.19 0.79 0.10
HSL 45.41º 0.78% 0.55% -
HSV(B) 45.41º 0.79% 0.9% -
XYZ 50.75 52.16 10.3 -
YUV 183.54 52.08 161.14 -
System Red Green Blue C M Y K H S L
Decimal 230 186 49 0 0.19 0.79 0.10 45.41 0.78 0.55
Hex E6 BA 31 0 13 4F A 2D 4E 37
Octal 346 272 61 0 23 117 12 55 116 67
Binary 11100110 10111010 110001 0 10011 1001111 1010 101101 1001110 110111

Color Harmonies of #E6BA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BA31

Black with #E6BA31

Text Example


Text Example

White with #E6BA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BA31; }

 p { color: rgb(230,186,49); }

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

background-color css

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

 a { background-color: rgb(230,186,49); }

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

border-color css

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

 span { border-color: rgb(230,186,49); }

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