Html Css Color HEX #EDB22F Bright Sun

📋 copy color: '#EDB22F'

red 237 ◦ green 178 ◦ blue 47

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

Shades of Bright Sun #EDB22F

Tints of Bright Sun #EDB22F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.53%

 BLUE value IS 47 (18.75% from 255) = 10.17%

R = 51.3%
G = 38.53%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EDB22F (or 0xEDB22F) is known color: Bright Sun. HEX triplet: ED, B2 and 2F. RGB value is (237,178,47). Sum of RGB (Red+Green+Blue) = 237+178+47=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 178 (69.92% from 255 or 38.53% from 462); Blue value is 47 (18.75% from 255 or 10.17% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB22F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB22F is #124DD0. Grayscale: #B5B5B5. Windows color (decimal): -1199569 or 3125997. OLE color: 3125997.

HSL color Cylindrical-coordinate representation of color #EDB22F: hue angle of 41.37º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EDB22F is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 178 47 -
CMYK 0 0.25 0.80 0.07
HSL 41.37º 0.84% 0.56% -
HSV(B) 41.37º 0.8% 0.93% -
XYZ 51.36 50.05 9.64 -
YUV 180.71 52.55 168.15 -
System Red Green Blue C M Y K H S L
Decimal 237 178 47 0 0.25 0.80 0.07 41.37 0.84 0.56
Hex ED B2 2F 0 19 50 7 29 54 38
Octal 355 262 57 0 31 120 7 51 124 70
Binary 11101101 10110010 101111 0 11001 1010000 111 101001 1010100 111000

Color Harmonies of #EDB22F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB22F

Black with #EDB22F

Text Example


Text Example

White with #EDB22F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB22F; }

 p { color: rgb(237,178,47); }

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

background-color css

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

 a { background-color: rgb(237,178,47); }

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

border-color css

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

 span { border-color: rgb(237,178,47); }

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