Html Css Color HEX #EDB82F Bright Sun

📋 copy color: '#EDB82F'

red 237 ◦ green 184 ◦ blue 47

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

Shades of Bright Sun #EDB82F

Tints of Bright Sun #EDB82F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.32%

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

R = 50.64%
G = 39.32%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EDB82F (or 0xEDB82F) is known color: Bright Sun. HEX triplet: ED, B8 and 2F. RGB value is (237,184,47). Sum of RGB (Red+Green+Blue) = 237+184+47=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 184 (72.27% from 255 or 39.32% from 468); Blue value is 47 (18.75% from 255 or 10.04% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB82F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB82F is #1247D0. Grayscale: #B8B8B8. Windows color (decimal): -1198033 or 3127533. OLE color: 3127533.

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

Color convert

RGB 237 184 47 -
CMYK 0 0.22 0.80 0.07
HSL 43.26º 0.84% 0.56% -
HSV(B) 43.26º 0.8% 0.93% -
XYZ 52.58 52.49 10.05 -
YUV 184.23 50.56 165.64 -
System Red Green Blue C M Y K H S L
Decimal 237 184 47 0 0.22 0.80 0.07 43.26 0.84 0.56
Hex ED B8 2F 0 16 50 7 2B 54 38
Octal 355 270 57 0 26 120 7 53 124 70
Binary 11101101 10111000 101111 0 10110 1010000 111 101011 1010100 111000

Color Harmonies of #EDB82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB82F

Black with #EDB82F

Text Example


Text Example

White with #EDB82F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB82F; }

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

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

background-color css

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

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

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

border-color css

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

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

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