Html Css Color HEX #ED992E Yellow Sea

📋 copy color: '#ED992E'

red 237 ◦ green 153 ◦ blue 46

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

Shades of Yellow Sea #ED992E

Tints of Yellow Sea #ED992E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.09%

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

R = 54.36%
G = 35.09%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED992E (or 0xED992E) is known color: Yellow Sea. HEX triplet: ED, 99 and 2E. RGB value is (237,153,46). Sum of RGB (Red+Green+Blue) = 237+153+46=436 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.36% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 46 (18.36% from 255 or 10.55% from 436); Max value from RGB is 237 - color contains mainly: red. Hex color #ED992E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED992E is #1266D1. Grayscale: #A6A6A6. Windows color (decimal): -1205970 or 3054061. OLE color: 3054061.

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

Color convert

RGB 237 153 46 -
CMYK 0 0.35 0.81 0.07
HSL 33.61º 0.84% 0.55% -
HSV(B) 33.61º 0.81% 0.93% -
XYZ 46.81 40.98 8.03 -
YUV 165.92 60.33 178.7 -
System Red Green Blue C M Y K H S L
Decimal 237 153 46 0 0.35 0.81 0.07 33.61 0.84 0.55
Hex ED 99 2E 0 23 51 7 22 54 37
Octal 355 231 56 0 43 121 7 42 124 67
Binary 11101101 10011001 101110 0 100011 1010001 111 100010 1010100 110111

Color Harmonies of #ED992E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED992E

Black with #ED992E

Text Example


Text Example

White with #ED992E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED992E; }

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

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

background-color css

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

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

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

border-color css

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

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

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