Html Css Color HEX #EDB93B Bright Sun

📋 copy color: '#EDB93B'

red 237 ◦ green 185 ◦ blue 59

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

Shades of Bright Sun #EDB93B

Tints of Bright Sun #EDB93B

RGB

 RED value IS 237 (92.97% from 255) = 49.27%

 GREEN value IS 185 (72.66% from 255) = 38.46%

 BLUE value IS 59 (23.44% from 255) = 12.27%

R = 49.27%
G = 38.46%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EDB93B (or 0xEDB93B) is known color: Bright Sun. HEX triplet: ED, B9 and 3B. RGB value is (237,185,59). Sum of RGB (Red+Green+Blue) = 237+185+59=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 185 (72.66% from 255 or 38.46% from 481); Blue value is 59 (23.44% from 255 or 12.27% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB93B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB93B is #1246C4. Grayscale: #BABABA. Windows color (decimal): -1197765 or 3914221. OLE color: 3914221.

HSL color Cylindrical-coordinate representation of color #EDB93B: hue angle of 42.47º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EDB93B is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 185 59 -
CMYK 0 0.22 0.75 0.07
HSL 42.47º 0.83% 0.58% -
HSV(B) 42.47º 0.75% 0.93% -
XYZ 53.06 53.02 11.57 -
YUV 186.18 56.23 164.25 -
System Red Green Blue C M Y K H S L
Decimal 237 185 59 0 0.22 0.75 0.07 42.47 0.83 0.58
Hex ED B9 3B 0 16 4B 7 2A 53 3A
Octal 355 271 73 0 26 113 7 52 123 72
Binary 11101101 10111001 111011 0 10110 1001011 111 101010 1010011 111010

Color Harmonies of #EDB93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB93B

Black with #EDB93B

Text Example


Text Example

White with #EDB93B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB93B; }

 p { color: rgb(237,185,59); }

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

background-color css

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

 a { background-color: rgb(237,185,59); }

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

border-color css

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

 span { border-color: rgb(237,185,59); }

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