Html Css Color HEX #EBC428 Bright Sun

📋 copy color: '#EBC428'

red 235 ◦ green 196 ◦ blue 40

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

Shades of Bright Sun #EBC428

Tints of Bright Sun #EBC428

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.61%

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

R = 49.89%
G = 41.61%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EBC428 (or 0xEBC428) is known color: Bright Sun. HEX triplet: EB, C4 and 28. RGB value is (235,196,40). Sum of RGB (Red+Green+Blue) = 235+196+40=471 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.89% from 471); Green value is 196 (76.95% from 255 or 41.61% from 471); Blue value is 40 (16.02% from 255 or 8.49% from 471); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC428 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC428 is #143BD7. Grayscale: #BEBEBE. Windows color (decimal): -1326040 or 2671851. OLE color: 2671851.

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

Color convert

RGB 235 196 40 -
CMYK 0 0.17 0.83 0.08
HSL 48º 0.83% 0.54% -
HSV(B) 48º 0.83% 0.92% -
XYZ 54.38 57.3 10.2 -
YUV 189.88 43.42 160.18 -
System Red Green Blue C M Y K H S L
Decimal 235 196 40 0 0.17 0.83 0.08 48 0.83 0.54
Hex EB C4 28 0 11 53 8 30 53 36
Octal 353 304 50 0 21 123 10 60 123 66
Binary 11101011 11000100 101000 0 10001 1010011 1000 110000 1010011 110110

Color Harmonies of #EBC428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC428

Black with #EBC428

Text Example


Text Example

White with #EBC428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC428; }

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

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

background-color css

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

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

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

border-color css

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

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

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