Html Css Color HEX #EBBE31 Bright Sun

📋 copy color: '#EBBE31'

red 235 ◦ green 190 ◦ blue 49

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

Shades of Bright Sun #EBBE31

Tints of Bright Sun #EBBE31

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.08%

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

R = 49.58%
G = 40.08%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EBBE31 (or 0xEBBE31) is known color: Bright Sun. HEX triplet: EB, BE and 31. RGB value is (235,190,49). Sum of RGB (Red+Green+Blue) = 235+190+49=474 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.58% from 474); Green value is 190 (74.61% from 255 or 40.08% from 474); Blue value is 49 (19.53% from 255 or 10.34% from 474); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBE31 is #1441CE. Grayscale: #BBBBBB. Windows color (decimal): -1327567 or 3260139. OLE color: 3260139.

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

Color convert

RGB 235 190 49 -
CMYK 0 0.19 0.79 0.08
HSL 45.48º 0.82% 0.56% -
HSV(B) 45.48º 0.79% 0.92% -
XYZ 53.23 54.71 10.66 -
YUV 187.38 49.91 161.96 -
System Red Green Blue C M Y K H S L
Decimal 235 190 49 0 0.19 0.79 0.08 45.48 0.82 0.56
Hex EB BE 31 0 13 4F 8 2D 52 38
Octal 353 276 61 0 23 117 10 55 122 70
Binary 11101011 10111110 110001 0 10011 1001111 1000 101101 1010010 111000

Color Harmonies of #EBBE31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBE31

Black with #EBBE31

Text Example


Text Example

White with #EBBE31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBE31; }

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

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

background-color css

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

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

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

border-color css

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

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

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