Html Css Color HEX #EBC131 Bright Sun

📋 copy color: '#EBC131'

red 235 ◦ green 193 ◦ blue 49

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

Shades of Bright Sun #EBC131

Tints of Bright Sun #EBC131

RGB

 RED value IS 235 (92.19% from 255) = 49.27%

 GREEN value IS 193 (75.78% from 255) = 40.46%

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

R = 49.27%
G = 40.46%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EBC131 (or 0xEBC131) is known color: Bright Sun. HEX triplet: EB, C1 and 31. RGB value is (235,193,49). Sum of RGB (Red+Green+Blue) = 235+193+49=477 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.27% from 477); Green value is 193 (75.78% from 255 or 40.46% from 477); Blue value is 49 (19.53% from 255 or 10.27% from 477); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC131 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC131 is #143ECE. Grayscale: #BDBDBD. Windows color (decimal): -1326799 or 3260907. OLE color: 3260907.

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

Color convert

RGB 235 193 49 -
CMYK 0 0.18 0.79 0.08
HSL 46.45º 0.82% 0.56% -
HSV(B) 46.45º 0.79% 0.92% -
XYZ 53.89 56.02 10.88 -
YUV 189.14 48.91 160.71 -
System Red Green Blue C M Y K H S L
Decimal 235 193 49 0 0.18 0.79 0.08 46.45 0.82 0.56
Hex EB C1 31 0 12 4F 8 2E 52 38
Octal 353 301 61 0 22 117 10 56 122 70
Binary 11101011 11000001 110001 0 10010 1001111 1000 101110 1010010 111000

Color Harmonies of #EBC131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC131

Black with #EBC131

Text Example


Text Example

White with #EBC131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC131; }

 p { color: rgb(235,193,49); }

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

background-color css

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

 a { background-color: rgb(235,193,49); }

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

border-color css

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

 span { border-color: rgb(235,193,49); }

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