Html Css Color HEX #EDAF3A Tulip Tree

📋 copy color: '#EDAF3A'

red 237 ◦ green 175 ◦ blue 58

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

Shades of Tulip Tree #EDAF3A

Tints of Tulip Tree #EDAF3A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.23%

 BLUE value IS 58 (23.05% from 255) = 12.34%

R = 50.43%
G = 37.23%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EDAF3A (or 0xEDAF3A) is known color: Tulip Tree. HEX triplet: ED, AF and 3A. RGB value is (237,175,58). Sum of RGB (Red+Green+Blue) = 237+175+58=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 58 (23.05% from 255 or 12.34% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAF3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAF3A is #1250C5. Grayscale: #B4B4B4. Windows color (decimal): -1200326 or 3846125. OLE color: 3846125.

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

Color convert

RGB 237 175 58 -
CMYK 0 0.26 0.76 0.07
HSL 39.22º 0.83% 0.58% -
HSV(B) 39.22º 0.76% 0.93% -
XYZ 51.02 48.97 10.77 -
YUV 180.2 59.04 168.51 -
System Red Green Blue C M Y K H S L
Decimal 237 175 58 0 0.26 0.76 0.07 39.22 0.83 0.58
Hex ED AF 3A 0 1A 4C 7 27 53 3A
Octal 355 257 72 0 32 114 7 47 123 72
Binary 11101101 10101111 111010 0 11010 1001100 111 100111 1010011 111010

Color Harmonies of #EDAF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAF3A

Black with #EDAF3A

Text Example


Text Example

White with #EDAF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAF3A; }

 p { color: rgb(237,175,58); }

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

background-color css

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

 a { background-color: rgb(237,175,58); }

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

border-color css

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

 span { border-color: rgb(237,175,58); }

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