Html Css Color HEX #EBC129 Bright Sun

📋 copy color: '#EBC129'

red 235 ◦ green 193 ◦ blue 41

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

Shades of Bright Sun #EBC129

Tints of Bright Sun #EBC129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.74%

R = 50.11%
G = 41.15%
B = 8.74%

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

#EBC129 (or 0xEBC129) is known color: Bright Sun. HEX triplet: EB, C1 and 29. RGB value is (235,193,41). Sum of RGB (Red+Green+Blue) = 235+193+41=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 193 (75.78% from 255 or 41.15% from 469); Blue value is 41 (16.41% from 255 or 8.74% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC129 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC129 is #143ED6. Grayscale: #BCBCBC. Windows color (decimal): -1326807 or 2736619. OLE color: 2736619.

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

Color convert

RGB 235 193 41 -
CMYK 0 0.18 0.83 0.08
HSL 47.01º 0.83% 0.54% -
HSV(B) 47.01º 0.83% 0.92% -
XYZ 53.73 55.96 10.07 -
YUV 188.23 44.91 161.36 -
System Red Green Blue C M Y K H S L
Decimal 235 193 41 0 0.18 0.83 0.08 47.01 0.83 0.54
Hex EB C1 29 0 12 53 8 2F 53 36
Octal 353 301 51 0 22 123 10 57 123 66
Binary 11101011 11000001 101001 0 10010 1010011 1000 101111 1010011 110110

Color Harmonies of #EBC129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC129

Black with #EBC129

Text Example


Text Example

White with #EBC129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC129; }

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

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

background-color css

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

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

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

border-color css

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

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

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