Html Css Color HEX #EBC231 Bright Sun

📋 copy color: '#EBC231'

red 235 ◦ green 194 ◦ blue 49

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

Shades of Bright Sun #EBC231

Tints of Bright Sun #EBC231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.25%

R = 49.16%
G = 40.59%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EBC231 (or 0xEBC231) is known color: Bright Sun. HEX triplet: EB, C2 and 31. RGB value is (235,194,49). Sum of RGB (Red+Green+Blue) = 235+194+49=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 194 (76.17% from 255 or 40.59% from 478); Blue value is 49 (19.53% from 255 or 10.25% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC231 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC231 is #143DCE. Grayscale: #BEBEBE. Windows color (decimal): -1326543 or 3261163. OLE color: 3261163.

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

Color convert

RGB 235 194 49 -
CMYK 0 0.17 0.79 0.08
HSL 46.77º 0.82% 0.56% -
HSV(B) 46.77º 0.79% 0.92% -
XYZ 54.11 56.47 10.95 -
YUV 189.73 48.58 160.29 -
System Red Green Blue C M Y K H S L
Decimal 235 194 49 0 0.17 0.79 0.08 46.77 0.82 0.56
Hex EB C2 31 0 11 4F 8 2F 52 38
Octal 353 302 61 0 21 117 10 57 122 70
Binary 11101011 11000010 110001 0 10001 1001111 1000 101111 1010010 111000

Color Harmonies of #EBC231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC231

Black with #EBC231

Text Example


Text Example

White with #EBC231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC231; }

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

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

background-color css

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

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

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

border-color css

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

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

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