Html Css Color HEX #EDBB3F Tulip Tree

📋 copy color: '#EDBB3F'

red 237 ◦ green 187 ◦ blue 63

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

Shades of Tulip Tree #EDBB3F

Tints of Tulip Tree #EDBB3F

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.4%

 BLUE value IS 63 (25% from 255) = 12.94%

R = 48.67%
G = 38.4%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EDBB3F (or 0xEDBB3F) is known color: Tulip Tree. HEX triplet: ED, BB and 3F. RGB value is (237,187,63). Sum of RGB (Red+Green+Blue) = 237+187+63=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 187 (73.44% from 255 or 38.40% from 487); Blue value is 63 (25% from 255 or 12.94% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBB3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBB3F is #1244C0. Grayscale: #BCBCBC. Windows color (decimal): -1197249 or 4176877. OLE color: 4176877.

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

Color convert

RGB 237 187 63 -
CMYK 0 0.21 0.73 0.07
HSL 42.76º 0.83% 0.59% -
HSV(B) 42.76º 0.73% 0.93% -
XYZ 53.59 53.9 12.28 -
YUV 187.81 57.57 163.08 -
System Red Green Blue C M Y K H S L
Decimal 237 187 63 0 0.21 0.73 0.07 42.76 0.83 0.59
Hex ED BB 3F 0 15 49 7 2B 53 3B
Octal 355 273 77 0 25 111 7 53 123 73
Binary 11101101 10111011 111111 0 10101 1001001 111 101011 1010011 111011

Color Harmonies of #EDBB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBB3F

Black with #EDBB3F

Text Example


Text Example

White with #EDBB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBB3F; }

 p { color: rgb(237,187,63); }

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

background-color css

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

 a { background-color: rgb(237,187,63); }

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

border-color css

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

 span { border-color: rgb(237,187,63); }

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