Html Css Color HEX #EDAB3B Tulip Tree

📋 copy color: '#EDAB3B'

red 237 ◦ green 171 ◦ blue 59

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

Shades of Tulip Tree #EDAB3B

Tints of Tulip Tree #EDAB3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.63%

R = 50.75%
G = 36.62%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EDAB3B (or 0xEDAB3B) is known color: Tulip Tree. HEX triplet: ED, AB and 3B. RGB value is (237,171,59). Sum of RGB (Red+Green+Blue) = 237+171+59=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 59 (23.44% from 255 or 12.63% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB3B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAB3B is #1254C4. Grayscale: #B2B2B2. Windows color (decimal): -1201349 or 3910637. OLE color: 3910637.

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

Color convert

RGB 237 171 59 -
CMYK 0 0.28 0.75 0.07
HSL 37.75º 0.83% 0.58% -
HSV(B) 37.75º 0.75% 0.93% -
XYZ 50.28 47.45 10.65 -
YUV 177.97 60.87 170.11 -
System Red Green Blue C M Y K H S L
Decimal 237 171 59 0 0.28 0.75 0.07 37.75 0.83 0.58
Hex ED AB 3B 0 1C 4B 7 26 53 3A
Octal 355 253 73 0 34 113 7 46 123 72
Binary 11101101 10101011 111011 0 11100 1001011 111 100110 1010011 111010

Color Harmonies of #EDAB3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB3B

Black with #EDAB3B

Text Example


Text Example

White with #EDAB3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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