Html Css Color HEX #EBC132 Bright Sun

📋 copy color: '#EBC132'

red 235 ◦ green 193 ◦ blue 50

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

Shades of Bright Sun #EBC132

Tints of Bright Sun #EBC132

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.38%

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

R = 49.16%
G = 40.38%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EBC132 (or 0xEBC132) is known color: Bright Sun. HEX triplet: EB, C1 and 32. RGB value is (235,193,50). Sum of RGB (Red+Green+Blue) = 235+193+50=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 193 (75.78% from 255 or 40.38% from 478); Blue value is 50 (19.92% from 255 or 10.46% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC132 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC132 is #143ECD. Grayscale: #BDBDBD. Windows color (decimal): -1326798 or 3326443. OLE color: 3326443.

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

Color convert

RGB 235 193 50 -
CMYK 0 0.18 0.79 0.08
HSL 46.38º 0.82% 0.56% -
HSV(B) 46.38º 0.79% 0.92% -
XYZ 53.91 56.03 10.99 -
YUV 189.26 49.41 160.63 -
System Red Green Blue C M Y K H S L
Decimal 235 193 50 0 0.18 0.79 0.08 46.38 0.82 0.56
Hex EB C1 32 0 12 4F 8 2E 52 38
Octal 353 301 62 0 22 117 10 56 122 70
Binary 11101011 11000001 110010 0 10010 1001111 1000 101110 1010010 111000

Color Harmonies of #EBC132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC132

Black with #EBC132

Text Example


Text Example

White with #EBC132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC132; }

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

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

background-color css

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

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

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

border-color css

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

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

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