Html Css Color HEX #EBC230 Bright Sun

📋 copy color: '#EBC230'

red 235 ◦ green 194 ◦ blue 48

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

Shades of Bright Sun #EBC230

Tints of Bright Sun #EBC230

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.67%

 BLUE value IS 48 (19.14% from 255) = 10.06%

R = 49.27%
G = 40.67%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EBC230 (or 0xEBC230) is known color: Bright Sun. HEX triplet: EB, C2 and 30. RGB value is (235,194,48). Sum of RGB (Red+Green+Blue) = 235+194+48=477 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.27% from 477); Green value is 194 (76.17% from 255 or 40.67% from 477); Blue value is 48 (19.14% from 255 or 10.06% from 477); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC230 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC230 is #143DCF. Grayscale: #BEBEBE. Windows color (decimal): -1326544 or 3195627. OLE color: 3195627.

HSL color Cylindrical-coordinate representation of color #EBC230: hue angle of 46.84º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EBC230 is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 194 48 -
CMYK 0 0.17 0.80 0.08
HSL 46.84º 0.82% 0.55% -
HSV(B) 46.84º 0.8% 0.92% -
XYZ 54.09 56.46 10.84 -
YUV 189.62 48.08 160.37 -
System Red Green Blue C M Y K H S L
Decimal 235 194 48 0 0.17 0.80 0.08 46.84 0.82 0.55
Hex EB C2 30 0 11 50 8 2F 52 37
Octal 353 302 60 0 21 120 10 57 122 67
Binary 11101011 11000010 110000 0 10001 1010000 1000 101111 1010010 110111

Color Harmonies of #EBC230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC230

Black with #EBC230

Text Example


Text Example

White with #EBC230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC230; }

 p { color: rgb(235,194,48); }

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

background-color css

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

 a { background-color: rgb(235,194,48); }

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

border-color css

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

 span { border-color: rgb(235,194,48); }

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