Html Css Color HEX #EDBD2E Bright Sun

📋 copy color: '#EDBD2E'

red 237 ◦ green 189 ◦ blue 46

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

Shades of Bright Sun #EDBD2E

Tints of Bright Sun #EDBD2E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.04%

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

R = 50.21%
G = 40.04%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EDBD2E (or 0xEDBD2E) is known color: Bright Sun. HEX triplet: ED, BD and 2E. RGB value is (237,189,46). Sum of RGB (Red+Green+Blue) = 237+189+46=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 46 (18.36% from 255 or 9.75% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBD2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBD2E is #1242D1. Grayscale: #BBBBBB. Windows color (decimal): -1196754 or 3063277. OLE color: 3063277.

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

Color convert

RGB 237 189 46 -
CMYK 0 0.20 0.81 0.07
HSL 44.92º 0.84% 0.55% -
HSV(B) 44.92º 0.81% 0.93% -
XYZ 53.62 54.6 10.3 -
YUV 187.05 48.4 163.63 -
System Red Green Blue C M Y K H S L
Decimal 237 189 46 0 0.20 0.81 0.07 44.92 0.84 0.55
Hex ED BD 2E 0 14 51 7 2D 54 37
Octal 355 275 56 0 24 121 7 55 124 67
Binary 11101101 10111101 101110 0 10100 1010001 111 101101 1010100 110111

Color Harmonies of #EDBD2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBD2E

Black with #EDBD2E

Text Example


Text Example

White with #EDBD2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBD2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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