Html Css Color HEX #EBC235 Bright Sun

📋 copy color: '#EBC235'

red 235 ◦ green 194 ◦ blue 53

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

Shades of Bright Sun #EBC235

Tints of Bright Sun #EBC235

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.25%

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

R = 48.76%
G = 40.25%
B = 11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EBC235 (or 0xEBC235) is known color: Bright Sun. HEX triplet: EB, C2 and 35. RGB value is (235,194,53). Sum of RGB (Red+Green+Blue) = 235+194+53=482 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.76% from 482); Green value is 194 (76.17% from 255 or 40.25% from 482); Blue value is 53 (21.09% from 255 or 11.00% from 482); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC235 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC235 is #143DCA. Grayscale: #BEBEBE. Windows color (decimal): -1326539 or 3523307. OLE color: 3523307.

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

Color convert

RGB 235 194 53 -
CMYK 0 0.17 0.77 0.08
HSL 46.48º 0.82% 0.56% -
HSV(B) 46.48º 0.77% 0.92% -
XYZ 54.2 56.5 11.42 -
YUV 190.19 50.58 159.96 -
System Red Green Blue C M Y K H S L
Decimal 235 194 53 0 0.17 0.77 0.08 46.48 0.82 0.56
Hex EB C2 35 0 11 4D 8 2E 52 38
Octal 353 302 65 0 21 115 10 56 122 70
Binary 11101011 11000010 110101 0 10001 1001101 1000 101110 1010010 111000

Color Harmonies of #EBC235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC235

Black with #EBC235

Text Example


Text Example

White with #EBC235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC235; }

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

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

background-color css

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

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

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

border-color css

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

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

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