#EDB838

Color #EDB838 Bright Sun (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Sun #EDB838

Tints of Bright Sun #EDB838

Color information

#EDB838 (or 0xEDB838) is unknown color: approx Bright Sun. HEX triplet: ED, B8 and 38. RGB value is (237,184,56). Sum of RGB (Red+Green+Blue) = 237+184+56=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 184 (72.27% from 255 or 38.57% from 477); Blue value is 56 (22.27% from 255 or 11.74% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB838 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB838 is #1247C7. Grayscale: #B9B9B9. Windows color (decimal): -1198024 or 3717357. OLE color: 3717357.

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

Color convert

RGB23718456-
CMYK00.220.760.07
HSL42.43º83.41%57.45%-
HSV(B)42.43º76.37%92.94%-
XYZ52.7852.5711.11-
YUV185.2655.06164.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.69%
GREEN value IS 184 (72.27% from 255) = 38.57%
BLUE value IS 56 (22.27% from 255) = 11.74%
R=49.69%
G=38.57%
B=11.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.76
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371845600.220.760.0742.4383.4157.45
HexEDB8380164C72a5339
Octal3552707002611475212371
Binary111011011011100011100001011010011001111010101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB838; }

 p { color: rgb(237,184,56); }

 H1.HeaderClassName
 {
   color: #EDB838;
 }
 .AnyTagClassName
 {
   color: #EDB838;
 }
</style>
background-color css

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

 a { background-color: rgb(237,184,56); }

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

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

 span { border-color: rgb(237,184,56); }

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