Html Css Color HEX #EBC52B Bright Sun

📋 copy color: '#EBC52B'

red 235 ◦ green 197 ◦ blue 43

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

Shades of Bright Sun #EBC52B

Tints of Bright Sun #EBC52B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.47%

 BLUE value IS 43 (17.19% from 255) = 9.05%

R = 49.47%
G = 41.47%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EBC52B (or 0xEBC52B) is known color: Bright Sun. HEX triplet: EB, C5 and 2B. RGB value is (235,197,43). Sum of RGB (Red+Green+Blue) = 235+197+43=475 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.47% from 475); Green value is 197 (77.34% from 255 or 41.47% from 475); Blue value is 43 (17.19% from 255 or 9.05% from 475); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC52B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC52B is #143AD4. Grayscale: #BFBFBF. Windows color (decimal): -1325781 or 2868715. OLE color: 2868715.

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

Color convert

RGB 235 197 43 -
CMYK 0 0.16 0.82 0.08
HSL 48.13º 0.83% 0.55% -
HSV(B) 48.13º 0.82% 0.92% -
XYZ 54.66 57.77 10.55 -
YUV 190.81 44.59 159.52 -
System Red Green Blue C M Y K H S L
Decimal 235 197 43 0 0.16 0.82 0.08 48.13 0.83 0.55
Hex EB C5 2B 0 10 52 8 30 53 37
Octal 353 305 53 0 20 122 10 60 123 67
Binary 11101011 11000101 101011 0 10000 1010010 1000 110000 1010011 110111

Color Harmonies of #EBC52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC52B

Black with #EBC52B

Text Example


Text Example

White with #EBC52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC52B; }

 p { color: rgb(235,197,43); }

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

background-color css

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

 a { background-color: rgb(235,197,43); }

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

border-color css

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

 span { border-color: rgb(235,197,43); }

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