Html Css Color HEX #EBBE2F Bright Sun

📋 copy color: '#EBBE2F'

red 235 ◦ green 190 ◦ blue 47

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

Shades of Bright Sun #EBBE2F

Tints of Bright Sun #EBBE2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.96%

R = 49.79%
G = 40.25%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.8

 K value IS 0.08

RGB Variations

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

Color information

#EBBE2F (or 0xEBBE2F) is known color: Bright Sun. HEX triplet: EB, BE and 2F. RGB value is (235,190,47). Sum of RGB (Red+Green+Blue) = 235+190+47=472 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.79% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 47 (18.75% from 255 or 9.96% from 472); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBE2F is #1441D0. Grayscale: #BBBBBB. Windows color (decimal): -1327569 or 3129067. OLE color: 3129067.

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

Color convert

RGB 235 190 47 -
CMYK 0 0.19 0.8 0.08
HSL 45.64º 0.82% 0.55% -
HSV(B) 45.64º 0.8% 0.92% -
XYZ 53.19 54.69 10.44 -
YUV 187.15 48.91 162.13 -
System Red Green Blue C M Y K H S L
Decimal 235 190 47 0 0.19 0.8 0.08 45.64 0.82 0.55
Hex EB BE 2F 0 13 50 8 2E 52 37
Octal 353 276 57 0 23 120 10 56 122 67
Binary 11101011 10111110 101111 0 10011 1010000 1000 101110 1010010 110111

Color Harmonies of #EBBE2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBE2F

Black with #EBBE2F

Text Example


Text Example

White with #EBBE2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBE2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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