Html Css Color HEX #EDB831 Bright Sun

📋 copy color: '#EDB831'

red 237 ◦ green 184 ◦ blue 49

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

Shades of Bright Sun #EDB831

Tints of Bright Sun #EDB831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.43%

R = 50.43%
G = 39.15%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EDB831 (or 0xEDB831) is known color: Bright Sun. HEX triplet: ED, B8 and 31. RGB value is (237,184,49). Sum of RGB (Red+Green+Blue) = 237+184+49=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 184 (72.27% from 255 or 39.15% from 470); Blue value is 49 (19.53% from 255 or 10.43% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB831 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB831 is #1247CE. Grayscale: #B9B9B9. Windows color (decimal): -1198031 or 3258605. OLE color: 3258605.

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

Color convert

RGB 237 184 49 -
CMYK 0 0.22 0.79 0.07
HSL 43.09º 0.84% 0.56% -
HSV(B) 43.09º 0.79% 0.93% -
XYZ 52.62 52.51 10.27 -
YUV 184.46 51.56 165.48 -
System Red Green Blue C M Y K H S L
Decimal 237 184 49 0 0.22 0.79 0.07 43.09 0.84 0.56
Hex ED B8 31 0 16 4F 7 2B 54 38
Octal 355 270 61 0 26 117 7 53 124 70
Binary 11101101 10111000 110001 0 10110 1001111 111 101011 1010100 111000

Color Harmonies of #EDB831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB831

Black with #EDB831

Text Example


Text Example

White with #EDB831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB831; }

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

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

background-color css

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

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

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

border-color css

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

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

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