Html Css Color HEX #EDAB43 Tulip Tree

📋 copy color: '#EDAB43'

red 237 ◦ green 171 ◦ blue 67

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

Shades of Tulip Tree #EDAB43

Tints of Tulip Tree #EDAB43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.11%

R = 49.89%
G = 36%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EDAB43 (or 0xEDAB43) is known color: Tulip Tree. HEX triplet: ED, AB and 43. RGB value is (237,171,67). Sum of RGB (Red+Green+Blue) = 237+171+67=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 67 (26.56% from 255 or 14.11% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB43 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAB43 is #1254BC. Grayscale: #B3B3B3. Windows color (decimal): -1201341 or 4434925. OLE color: 4434925.

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

Color convert

RGB 237 171 67 -
CMYK 0 0.28 0.72 0.07
HSL 36.71º 0.83% 0.6% -
HSV(B) 36.71º 0.72% 0.93% -
XYZ 50.5 47.54 11.82 -
YUV 178.88 64.87 169.46 -
System Red Green Blue C M Y K H S L
Decimal 237 171 67 0 0.28 0.72 0.07 36.71 0.83 0.6
Hex ED AB 43 0 1C 48 7 25 53 3C
Octal 355 253 103 0 34 110 7 45 123 74
Binary 11101101 10101011 1000011 0 11100 1001000 111 100101 1010011 111100

Color Harmonies of #EDAB43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB43

Black with #EDAB43

Text Example


Text Example

White with #EDAB43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB43; }

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

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

background-color css

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

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

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

border-color css

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

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

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