Html Css Color HEX #ED9834 Yellow Sea

📋 copy color: '#ED9834'

red 237 ◦ green 152 ◦ blue 52

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

Shades of Yellow Sea #ED9834

Tints of Yellow Sea #ED9834

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.47%

 BLUE value IS 52 (20.7% from 255) = 11.79%

R = 53.74%
G = 34.47%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ED9834 (or 0xED9834) is known color: Yellow Sea. HEX triplet: ED, 98 and 34. RGB value is (237,152,52). Sum of RGB (Red+Green+Blue) = 237+152+52=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 152 (59.77% from 255 or 34.47% from 441); Blue value is 52 (20.70% from 255 or 11.79% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9834 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9834 is #1267CB. Grayscale: #A6A6A6. Windows color (decimal): -1206220 or 3447021. OLE color: 3447021.

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

Color convert

RGB 237 152 52 -
CMYK 0 0.36 0.78 0.07
HSL 32.43º 0.84% 0.57% -
HSV(B) 32.43º 0.78% 0.93% -
XYZ 46.77 40.71 8.64 -
YUV 166.02 63.66 178.63 -
System Red Green Blue C M Y K H S L
Decimal 237 152 52 0 0.36 0.78 0.07 32.43 0.84 0.57
Hex ED 98 34 0 24 4E 7 20 54 39
Octal 355 230 64 0 44 116 7 40 124 71
Binary 11101101 10011000 110100 0 100100 1001110 111 100000 1010100 111001

Color Harmonies of #ED9834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9834

Black with #ED9834

Text Example


Text Example

White with #ED9834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9834; }

 p { color: rgb(237,152,52); }

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

background-color css

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

 a { background-color: rgb(237,152,52); }

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

border-color css

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

 span { border-color: rgb(237,152,52); }

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