Html Css Color HEX #EDBA2E Bright Sun

📋 copy color: '#EDBA2E'

red 237 ◦ green 186 ◦ blue 46

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

Shades of Bright Sun #EDBA2E

Tints of Bright Sun #EDBA2E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.66%

 BLUE value IS 46 (18.36% from 255) = 9.81%

R = 50.53%
G = 39.66%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EDBA2E (or 0xEDBA2E) is known color: Bright Sun. HEX triplet: ED, BA and 2E. RGB value is (237,186,46). Sum of RGB (Red+Green+Blue) = 237+186+46=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 46 (18.36% from 255 or 9.81% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBA2E is #1245D1. Grayscale: #B9B9B9. Windows color (decimal): -1197522 or 3062509. OLE color: 3062509.

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

Color convert

RGB 237 186 46 -
CMYK 0 0.22 0.81 0.07
HSL 43.98º 0.84% 0.55% -
HSV(B) 43.98º 0.81% 0.93% -
XYZ 52.98 53.32 10.08 -
YUV 185.29 49.4 164.88 -
System Red Green Blue C M Y K H S L
Decimal 237 186 46 0 0.22 0.81 0.07 43.98 0.84 0.55
Hex ED BA 2E 0 16 51 7 2C 54 37
Octal 355 272 56 0 26 121 7 54 124 67
Binary 11101101 10111010 101110 0 10110 1010001 111 101100 1010100 110111

Color Harmonies of #EDBA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBA2E

Black with #EDBA2E

Text Example


Text Example

White with #EDBA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBA2E; }

 p { color: rgb(237,186,46); }

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

background-color css

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

 a { background-color: rgb(237,186,46); }

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

border-color css

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

 span { border-color: rgb(237,186,46); }

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