Html Css Color HEX #EDB631 Bright Sun

📋 copy color: '#EDB631'

red 237 ◦ green 182 ◦ blue 49

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

Shades of Bright Sun #EDB631

Tints of Bright Sun #EDB631

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.89%

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

R = 50.64%
G = 38.89%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EDB631 (or 0xEDB631) is known color: Bright Sun. HEX triplet: ED, B6 and 31. RGB value is (237,182,49). Sum of RGB (Red+Green+Blue) = 237+182+49=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 182 (71.48% from 255 or 38.89% from 468); Blue value is 49 (19.53% from 255 or 10.47% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB631 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB631 is #1249CE. Grayscale: #B7B7B7. Windows color (decimal): -1198543 or 3258093. OLE color: 3258093.

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

Color convert

RGB 237 182 49 -
CMYK 0 0.23 0.79 0.07
HSL 42.45º 0.84% 0.56% -
HSV(B) 42.45º 0.79% 0.93% -
XYZ 52.21 51.68 10.13 -
YUV 183.28 52.22 166.31 -
System Red Green Blue C M Y K H S L
Decimal 237 182 49 0 0.23 0.79 0.07 42.45 0.84 0.56
Hex ED B6 31 0 17 4F 7 2A 54 38
Octal 355 266 61 0 27 117 7 52 124 70
Binary 11101101 10110110 110001 0 10111 1001111 111 101010 1010100 111000

Color Harmonies of #EDB631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB631

Black with #EDB631

Text Example


Text Example

White with #EDB631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB631; }

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

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

background-color css

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

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

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

border-color css

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

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

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