Html Css Color HEX #EBC128 Bright Sun

📋 copy color: '#EBC128'

red 235 ◦ green 193 ◦ blue 40

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

Shades of Bright Sun #EBC128

Tints of Bright Sun #EBC128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.55%

R = 50.21%
G = 41.24%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EBC128 (or 0xEBC128) is known color: Bright Sun. HEX triplet: EB, C1 and 28. RGB value is (235,193,40). Sum of RGB (Red+Green+Blue) = 235+193+40=468 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.21% from 468); Green value is 193 (75.78% from 255 or 41.24% from 468); Blue value is 40 (16.02% from 255 or 8.55% from 468); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC128 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC128 is #143ED7. Grayscale: #BCBCBC. Windows color (decimal): -1326808 or 2671083. OLE color: 2671083.

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

Color convert

RGB 235 193 40 -
CMYK 0 0.18 0.83 0.08
HSL 47.08º 0.83% 0.54% -
HSV(B) 47.08º 0.83% 0.92% -
XYZ 53.71 55.96 9.98 -
YUV 188.12 44.41 161.44 -
System Red Green Blue C M Y K H S L
Decimal 235 193 40 0 0.18 0.83 0.08 47.08 0.83 0.54
Hex EB C1 28 0 12 53 8 2F 53 36
Octal 353 301 50 0 22 123 10 57 123 66
Binary 11101011 11000001 101000 0 10010 1010011 1000 101111 1010011 110110

Color Harmonies of #EBC128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC128

Black with #EBC128

Text Example


Text Example

White with #EBC128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC128; }

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

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

background-color css

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

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

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

border-color css

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

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

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