Html Css Color HEX #EBC126 Bright Sun

📋 copy color: '#EBC126'

red 235 ◦ green 193 ◦ blue 38

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

Shades of Bright Sun #EBC126

Tints of Bright Sun #EBC126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.15%

R = 50.43%
G = 41.42%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EBC126 (or 0xEBC126) is known color: Bright Sun. HEX triplet: EB, C1 and 26. RGB value is (235,193,38). Sum of RGB (Red+Green+Blue) = 235+193+38=466 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.43% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 38 (15.23% from 255 or 8.15% from 466); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC126 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC126 is #143ED9. Grayscale: #BCBCBC. Windows color (decimal): -1326810 or 2540011. OLE color: 2540011.

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

Color convert

RGB 235 193 38 -
CMYK 0 0.18 0.84 0.08
HSL 47.21º 0.83% 0.54% -
HSV(B) 47.21º 0.84% 0.92% -
XYZ 53.68 55.94 9.8 -
YUV 187.89 43.41 161.6 -
System Red Green Blue C M Y K H S L
Decimal 235 193 38 0 0.18 0.84 0.08 47.21 0.83 0.54
Hex EB C1 26 0 12 54 8 2F 53 36
Octal 353 301 46 0 22 124 10 57 123 66
Binary 11101011 11000001 100110 0 10010 1010100 1000 101111 1010011 110110

Color Harmonies of #EBC126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC126

Black with #EBC126

Text Example


Text Example

White with #EBC126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC126; }

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

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

background-color css

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

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

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

border-color css

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

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

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