Html Css Color HEX #EBC328 Bright Sun

📋 copy color: '#EBC328'

red 235 ◦ green 195 ◦ blue 40

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

Shades of Bright Sun #EBC328

Tints of Bright Sun #EBC328

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.49%

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

R = 50%
G = 41.49%
B = 8.51%

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

#EBC328 (or 0xEBC328) is known color: Bright Sun. HEX triplet: EB, C3 and 28. RGB value is (235,195,40). Sum of RGB (Red+Green+Blue) = 235+195+40=470 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50% from 470); Green value is 195 (76.56% from 255 or 41.49% from 470); Blue value is 40 (16.02% from 255 or 8.51% from 470); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC328 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC328 is #143CD7. Grayscale: #BDBDBD. Windows color (decimal): -1326296 or 2671595. OLE color: 2671595.

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

Color convert

RGB 235 195 40 -
CMYK 0 0.17 0.83 0.08
HSL 47.69º 0.83% 0.54% -
HSV(B) 47.69º 0.83% 0.92% -
XYZ 54.16 56.85 10.13 -
YUV 189.29 43.75 160.6 -
System Red Green Blue C M Y K H S L
Decimal 235 195 40 0 0.17 0.83 0.08 47.69 0.83 0.54
Hex EB C3 28 0 11 53 8 30 53 36
Octal 353 303 50 0 21 123 10 60 123 66
Binary 11101011 11000011 101000 0 10001 1010011 1000 110000 1010011 110110

Color Harmonies of #EBC328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC328

Black with #EBC328

Text Example


Text Example

White with #EBC328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC328; }

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

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

background-color css

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

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

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

border-color css

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

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

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