Html Css Color HEX #EDB623 Bright Sun

📋 copy color: '#EDB623'

red 237 ◦ green 182 ◦ blue 35

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

Shades of Bright Sun #EDB623

Tints of Bright Sun #EDB623

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.09%

 BLUE value IS 35 (14.06% from 255) = 7.71%

R = 52.2%
G = 40.09%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EDB623 (or 0xEDB623) is known color: Bright Sun. HEX triplet: ED, B6 and 23. RGB value is (237,182,35). Sum of RGB (Red+Green+Blue) = 237+182+35=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 182 (71.48% from 255 or 40.09% from 454); Blue value is 35 (14.06% from 255 or 7.71% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB623 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB623 is #1249DC. Grayscale: #B6B6B6. Windows color (decimal): -1198557 or 2340589. OLE color: 2340589.

HSL color Cylindrical-coordinate representation of color #EDB623: hue angle of 43.66º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EDB623 is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 182 35 -
CMYK 0 0.23 0.85 0.07
HSL 43.66º 0.85% 0.53% -
HSV(B) 43.66º 0.85% 0.93% -
XYZ 51.96 51.58 8.81 -
YUV 181.69 45.22 167.45 -
System Red Green Blue C M Y K H S L
Decimal 237 182 35 0 0.23 0.85 0.07 43.66 0.85 0.53
Hex ED B6 23 0 17 55 7 2C 55 35
Octal 355 266 43 0 27 125 7 54 125 65
Binary 11101101 10110110 100011 0 10111 1010101 111 101100 1010101 110101

Color Harmonies of #EDB623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB623

Black with #EDB623

Text Example


Text Example

White with #EDB623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB623; }

 p { color: rgb(237,182,35); }

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

background-color css

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

 a { background-color: rgb(237,182,35); }

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

border-color css

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

 span { border-color: rgb(237,182,35); }

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