Html Css Color HEX #EDAD3D Tulip Tree

📋 copy color: '#EDAD3D'

red 237 ◦ green 173 ◦ blue 61

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

Shades of Tulip Tree #EDAD3D

Tints of Tulip Tree #EDAD3D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.73%

 BLUE value IS 61 (24.22% from 255) = 12.95%

R = 50.32%
G = 36.73%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EDAD3D (or 0xEDAD3D) is known color: Tulip Tree. HEX triplet: ED, AD and 3D. RGB value is (237,173,61). Sum of RGB (Red+Green+Blue) = 237+173+61=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 61 (24.22% from 255 or 12.95% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD3D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAD3D is #1252C2. Grayscale: #B3B3B3. Windows color (decimal): -1200835 or 4042221. OLE color: 4042221.

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

Color convert

RGB 237 173 61 -
CMYK 0 0.27 0.74 0.07
HSL 38.18º 0.83% 0.58% -
HSV(B) 38.18º 0.74% 0.93% -
XYZ 50.71 48.23 11.05 -
YUV 179.37 61.2 169.11 -
System Red Green Blue C M Y K H S L
Decimal 237 173 61 0 0.27 0.74 0.07 38.18 0.83 0.58
Hex ED AD 3D 0 1B 4A 7 26 53 3A
Octal 355 255 75 0 33 112 7 46 123 72
Binary 11101101 10101101 111101 0 11011 1001010 111 100110 1010011 111010

Color Harmonies of #EDAD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD3D

Black with #EDAD3D

Text Example


Text Example

White with #EDAD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD3D; }

 p { color: rgb(237,173,61); }

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

background-color css

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

 a { background-color: rgb(237,173,61); }

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

border-color css

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

 span { border-color: rgb(237,173,61); }

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