Html Css Color HEX #ED9732 Yellow Sea

📋 copy color: '#ED9732'

red 237 ◦ green 151 ◦ blue 50

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

Shades of Yellow Sea #ED9732

Tints of Yellow Sea #ED9732

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.47%

 BLUE value IS 50 (19.92% from 255) = 11.42%

R = 54.11%
G = 34.47%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#ED9732 (or 0xED9732) is known color: Yellow Sea. HEX triplet: ED, 97 and 32. RGB value is (237,151,50). Sum of RGB (Red+Green+Blue) = 237+151+50=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 151 (59.38% from 255 or 34.47% from 438); Blue value is 50 (19.92% from 255 or 11.42% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9732 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9732 is #1268CD. Grayscale: #A5A5A5. Windows color (decimal): -1206478 or 3315693. OLE color: 3315693.

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

Color convert

RGB 237 151 50 -
CMYK 0 0.36 0.79 0.07
HSL 32.41º 0.84% 0.56% -
HSV(B) 32.41º 0.79% 0.93% -
XYZ 46.57 40.37 8.36 -
YUV 165.2 62.99 179.21 -
System Red Green Blue C M Y K H S L
Decimal 237 151 50 0 0.36 0.79 0.07 32.41 0.84 0.56
Hex ED 97 32 0 24 4F 7 20 54 38
Octal 355 227 62 0 44 117 7 40 124 70
Binary 11101101 10010111 110010 0 100100 1001111 111 100000 1010100 111000

Color Harmonies of #ED9732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9732

Black with #ED9732

Text Example


Text Example

White with #ED9732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9732; }

 p { color: rgb(237,151,50); }

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

background-color css

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

 a { background-color: rgb(237,151,50); }

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

border-color css

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

 span { border-color: rgb(237,151,50); }

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