Html Css Color HEX #EDB62E Bright Sun

📋 copy color: '#EDB62E'

red 237 ◦ green 182 ◦ blue 46

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

Shades of Bright Sun #EDB62E

Tints of Bright Sun #EDB62E

RGB

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

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

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

R = 50.97%
G = 39.14%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EDB62E (or 0xEDB62E) is known color: Bright Sun. HEX triplet: ED, B6 and 2E. RGB value is (237,182,46). Sum of RGB (Red+Green+Blue) = 237+182+46=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 182 (71.48% from 255 or 39.14% from 465); Blue value is 46 (18.36% from 255 or 9.89% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB62E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB62E is #1249D1. Grayscale: #B7B7B7. Windows color (decimal): -1198546 or 3061485. OLE color: 3061485.

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

Color convert

RGB 237 182 46 -
CMYK 0 0.23 0.81 0.07
HSL 42.72º 0.84% 0.55% -
HSV(B) 42.72º 0.81% 0.93% -
XYZ 52.15 51.66 9.81 -
YUV 182.94 50.72 166.56 -
System Red Green Blue C M Y K H S L
Decimal 237 182 46 0 0.23 0.81 0.07 42.72 0.84 0.55
Hex ED B6 2E 0 17 51 7 2B 54 37
Octal 355 266 56 0 27 121 7 53 124 67
Binary 11101101 10110110 101110 0 10111 1010001 111 101011 1010100 110111

Color Harmonies of #EDB62E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB62E

Black with #EDB62E

Text Example


Text Example

White with #EDB62E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB62E; }

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

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

background-color css

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

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

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

border-color css

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

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

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