Html Css Color HEX #EBC035 Bright Sun

📋 copy color: '#EBC035'

red 235 ◦ green 192 ◦ blue 53

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

Shades of Bright Sun #EBC035

Tints of Bright Sun #EBC035

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40%

 BLUE value IS 53 (21.09% from 255) = 11.04%

R = 48.96%
G = 40%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EBC035 (or 0xEBC035) is known color: Bright Sun. HEX triplet: EB, C0 and 35. RGB value is (235,192,53). Sum of RGB (Red+Green+Blue) = 235+192+53=480 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.96% from 480); Green value is 192 (75.39% from 255 or 40% from 480); Blue value is 53 (21.09% from 255 or 11.04% from 480); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC035 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC035 is #143FCA. Grayscale: #BDBDBD. Windows color (decimal): -1327051 or 3522795. OLE color: 3522795.

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

Color convert

RGB 235 192 53 -
CMYK 0 0.18 0.77 0.08
HSL 45.82º 0.82% 0.56% -
HSV(B) 45.82º 0.77% 0.92% -
XYZ 53.75 55.62 11.27 -
YUV 189.01 51.25 160.8 -
System Red Green Blue C M Y K H S L
Decimal 235 192 53 0 0.18 0.77 0.08 45.82 0.82 0.56
Hex EB C0 35 0 12 4D 8 2E 52 38
Octal 353 300 65 0 22 115 10 56 122 70
Binary 11101011 11000000 110101 0 10010 1001101 1000 101110 1010010 111000

Color Harmonies of #EBC035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC035

Black with #EBC035

Text Example


Text Example

White with #EBC035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC035; }

 p { color: rgb(235,192,53); }

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

background-color css

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

 a { background-color: rgb(235,192,53); }

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

border-color css

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

 span { border-color: rgb(235,192,53); }

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