Html Css Color HEX #EDB922 Bright Sun

📋 copy color: '#EDB922'

red 237 ◦ green 185 ◦ blue 34

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

Shades of Bright Sun #EDB922

Tints of Bright Sun #EDB922

RGB

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

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

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

R = 51.97%
G = 40.57%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EDB922 (or 0xEDB922) is known color: Bright Sun. HEX triplet: ED, B9 and 22. RGB value is (237,185,34). Sum of RGB (Red+Green+Blue) = 237+185+34=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 185 (72.66% from 255 or 40.57% from 456); Blue value is 34 (13.67% from 255 or 7.46% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB922 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB922 is #1246DD. Grayscale: #B7B7B7. Windows color (decimal): -1197790 or 2275821. OLE color: 2275821.

HSL color Cylindrical-coordinate representation of color #EDB922: hue angle of 44.63º 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 #EDB922 is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 185 34 -
CMYK 0 0.22 0.86 0.07
HSL 44.63º 0.85% 0.53% -
HSV(B) 44.63º 0.86% 0.93% -
XYZ 52.56 52.82 8.94 -
YUV 183.33 43.73 166.28 -
System Red Green Blue C M Y K H S L
Decimal 237 185 34 0 0.22 0.86 0.07 44.63 0.85 0.53
Hex ED B9 22 0 16 56 7 2D 55 35
Octal 355 271 42 0 26 126 7 55 125 65
Binary 11101101 10111001 100010 0 10110 1010110 111 101101 1010101 110101

Color Harmonies of #EDB922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB922

Black with #EDB922

Text Example


Text Example

White with #EDB922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB922; }

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

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

background-color css

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

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

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

border-color css

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

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

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