Html Css Color HEX #EBBE32 Bright Sun

📋 copy color: '#EBBE32'

red 235 ◦ green 190 ◦ blue 50

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

Shades of Bright Sun #EBBE32

Tints of Bright Sun #EBBE32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.53%

R = 49.47%
G = 40%
B = 10.53%

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

#EBBE32 (or 0xEBBE32) is known color: Bright Sun. HEX triplet: EB, BE and 32. RGB value is (235,190,50). Sum of RGB (Red+Green+Blue) = 235+190+50=475 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.47% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 50 (19.92% from 255 or 10.53% from 475); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBE32 is #1441CD. Grayscale: #BCBCBC. Windows color (decimal): -1327566 or 3325675. OLE color: 3325675.

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

Color convert

RGB 235 190 50 -
CMYK 0 0.19 0.79 0.08
HSL 45.41º 0.82% 0.56% -
HSV(B) 45.41º 0.79% 0.92% -
XYZ 53.25 54.72 10.77 -
YUV 187.5 50.41 161.88 -
System Red Green Blue C M Y K H S L
Decimal 235 190 50 0 0.19 0.79 0.08 45.41 0.82 0.56
Hex EB BE 32 0 13 4F 8 2D 52 38
Octal 353 276 62 0 23 117 10 55 122 70
Binary 11101011 10111110 110010 0 10011 1001111 1000 101101 1010010 111000

Color Harmonies of #EBBE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBE32

Black with #EBBE32

Text Example


Text Example

White with #EBBE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBE32; }

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

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

background-color css

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

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

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

border-color css

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

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

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