Html Css Color HEX #EDAB38 Tulip Tree

📋 copy color: '#EDAB38'

red 237 ◦ green 171 ◦ blue 56

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

Shades of Tulip Tree #EDAB38

Tints of Tulip Tree #EDAB38

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.85%

 BLUE value IS 56 (22.27% from 255) = 12.07%

R = 51.08%
G = 36.85%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EDAB38 (or 0xEDAB38) is known color: Tulip Tree. HEX triplet: ED, AB and 38. RGB value is (237,171,56). Sum of RGB (Red+Green+Blue) = 237+171+56=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 56 (22.27% from 255 or 12.07% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB38 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAB38 is #1254C7. Grayscale: #B2B2B2. Windows color (decimal): -1201352 or 3714029. OLE color: 3714029.

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

Color convert

RGB 237 171 56 -
CMYK 0 0.28 0.76 0.07
HSL 38.12º 0.83% 0.57% -
HSV(B) 38.12º 0.76% 0.93% -
XYZ 50.2 47.42 10.25 -
YUV 177.62 59.37 170.35 -
System Red Green Blue C M Y K H S L
Decimal 237 171 56 0 0.28 0.76 0.07 38.12 0.83 0.57
Hex ED AB 38 0 1C 4C 7 26 53 39
Octal 355 253 70 0 34 114 7 46 123 71
Binary 11101101 10101011 111000 0 11100 1001100 111 100110 1010011 111001

Color Harmonies of #EDAB38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB38

Black with #EDAB38

Text Example


Text Example

White with #EDAB38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB38; }

 p { color: rgb(237,171,56); }

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

background-color css

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

 a { background-color: rgb(237,171,56); }

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

border-color css

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

 span { border-color: rgb(237,171,56); }

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