Html Css Color HEX #EDB722 Bright Sun

📋 copy color: '#EDB722'

red 237 ◦ green 183 ◦ blue 34

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

Shades of Bright Sun #EDB722

Tints of Bright Sun #EDB722

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.31%

 BLUE value IS 34 (13.67% from 255) = 7.49%

R = 52.2%
G = 40.31%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EDB722 (or 0xEDB722) is known color: Bright Sun. HEX triplet: ED, B7 and 22. RGB value is (237,183,34). Sum of RGB (Red+Green+Blue) = 237+183+34=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 183 (71.88% from 255 or 40.31% from 454); Blue value is 34 (13.67% from 255 or 7.49% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB722 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB722 is #1248DD. Grayscale: #B6B6B6. Windows color (decimal): -1198302 or 2275309. OLE color: 2275309.

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

Color convert

RGB 237 183 34 -
CMYK 0 0.23 0.86 0.07
HSL 44.04º 0.85% 0.53% -
HSV(B) 44.04º 0.86% 0.93% -
XYZ 52.15 51.99 8.8 -
YUV 182.16 44.39 167.12 -
System Red Green Blue C M Y K H S L
Decimal 237 183 34 0 0.23 0.86 0.07 44.04 0.85 0.53
Hex ED B7 22 0 17 56 7 2C 55 35
Octal 355 267 42 0 27 126 7 54 125 65
Binary 11101101 10110111 100010 0 10111 1010110 111 101100 1010101 110101

Color Harmonies of #EDB722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB722

Black with #EDB722

Text Example


Text Example

White with #EDB722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB722; }

 p { color: rgb(237,183,34); }

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

background-color css

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

 a { background-color: rgb(237,183,34); }

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

border-color css

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

 span { border-color: rgb(237,183,34); }

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