Html Css Color HEX #EDBE2E Bright Sun

📋 copy color: '#EDBE2E'

red 237 ◦ green 190 ◦ blue 46

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

Shades of Bright Sun #EDBE2E

Tints of Bright Sun #EDBE2E

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.17%

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

R = 50.11%
G = 40.17%
B = 9.73%

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

#EDBE2E (or 0xEDBE2E) is known color: Bright Sun. HEX triplet: ED, BE and 2E. RGB value is (237,190,46). Sum of RGB (Red+Green+Blue) = 237+190+46=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 46 (18.36% from 255 or 9.73% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBE2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBE2E is #1241D1. Grayscale: #BCBCBC. Windows color (decimal): -1196498 or 3063533. OLE color: 3063533.

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

Color convert

RGB 237 190 46 -
CMYK 0 0.20 0.81 0.07
HSL 45.24º 0.84% 0.55% -
HSV(B) 45.24º 0.81% 0.93% -
XYZ 53.83 55.03 10.37 -
YUV 187.64 48.07 163.21 -
System Red Green Blue C M Y K H S L
Decimal 237 190 46 0 0.20 0.81 0.07 45.24 0.84 0.55
Hex ED BE 2E 0 14 51 7 2D 54 37
Octal 355 276 56 0 24 121 7 55 124 67
Binary 11101101 10111110 101110 0 10100 1010001 111 101101 1010100 110111

Color Harmonies of #EDBE2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBE2E

Black with #EDBE2E

Text Example


Text Example

White with #EDBE2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBE2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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