Html Css Color HEX #EBC130 Bright Sun

📋 copy color: '#EBC130'

red 235 ◦ green 193 ◦ blue 48

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

Shades of Bright Sun #EBC130

Tints of Bright Sun #EBC130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.08%

R = 49.37%
G = 40.55%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EBC130 (or 0xEBC130) is known color: Bright Sun. HEX triplet: EB, C1 and 30. RGB value is (235,193,48). Sum of RGB (Red+Green+Blue) = 235+193+48=476 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.37% from 476); Green value is 193 (75.78% from 255 or 40.55% from 476); Blue value is 48 (19.14% from 255 or 10.08% from 476); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC130 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC130 is #143ECF. Grayscale: #BDBDBD. Windows color (decimal): -1326800 or 3195371. OLE color: 3195371.

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

Color convert

RGB 235 193 48 -
CMYK 0 0.18 0.80 0.08
HSL 46.52º 0.82% 0.55% -
HSV(B) 46.52º 0.8% 0.92% -
XYZ 53.86 56.02 10.77 -
YUV 189.03 48.41 160.79 -
System Red Green Blue C M Y K H S L
Decimal 235 193 48 0 0.18 0.80 0.08 46.52 0.82 0.55
Hex EB C1 30 0 12 50 8 2F 52 37
Octal 353 301 60 0 22 120 10 57 122 67
Binary 11101011 11000001 110000 0 10010 1010000 1000 101111 1010010 110111

Color Harmonies of #EBC130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC130

Black with #EBC130

Text Example


Text Example

White with #EBC130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC130; }

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

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

background-color css

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

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

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

border-color css

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

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

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