Html Css Color HEX #ED934C Sea Buckthorn

📋 copy color: '#ED934C'

red 237 ◦ green 147 ◦ blue 76

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

Shades of Sea Buckthorn #ED934C

Tints of Sea Buckthorn #ED934C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.96%

 BLUE value IS 76 (30.08% from 255) = 16.52%

R = 51.52%
G = 31.96%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ED934C (or 0xED934C) is known color: Sea Buckthorn. HEX triplet: ED, 93 and 4C. RGB value is (237,147,76). Sum of RGB (Red+Green+Blue) = 237+147+76=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 147 (57.81% from 255 or 31.96% from 460); Blue value is 76 (30.08% from 255 or 16.52% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #ED934C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED934C is #126CB3. Grayscale: #A6A6A6. Windows color (decimal): -1207476 or 5018605. OLE color: 5018605.

HSL color Cylindrical-coordinate representation of color #ED934C: hue angle of 26.46º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ED934C is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 147 76 -
CMYK 0 0.38 0.68 0.07
HSL 26.46º 0.82% 0.61% -
HSV(B) 26.46º 0.68% 0.93% -
XYZ 46.66 39.39 11.98 -
YUV 165.82 77.32 178.77 -
System Red Green Blue C M Y K H S L
Decimal 237 147 76 0 0.38 0.68 0.07 26.46 0.82 0.61
Hex ED 93 4C 0 26 44 7 1A 52 3D
Octal 355 223 114 0 46 104 7 32 122 75
Binary 11101101 10010011 1001100 0 100110 1000100 111 11010 1010010 111101

Color Harmonies of #ED934C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED934C

Black with #ED934C

Text Example


Text Example

White with #ED934C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED934C; }

 p { color: rgb(237,147,76); }

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

background-color css

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

 a { background-color: rgb(237,147,76); }

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

border-color css

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

 span { border-color: rgb(237,147,76); }

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