Html Css Color HEX #EDB63E Tulip Tree

📋 copy color: '#EDB63E'

red 237 ◦ green 182 ◦ blue 62

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

Shades of Tulip Tree #EDB63E

Tints of Tulip Tree #EDB63E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.84%

 BLUE value IS 62 (24.61% from 255) = 12.89%

R = 49.27%
G = 37.84%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EDB63E (or 0xEDB63E) is known color: Tulip Tree. HEX triplet: ED, B6 and 3E. RGB value is (237,182,62). Sum of RGB (Red+Green+Blue) = 237+182+62=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 182 (71.48% from 255 or 37.84% from 481); Blue value is 62 (24.61% from 255 or 12.89% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB63E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB63E is #1249C1. Grayscale: #B9B9B9. Windows color (decimal): -1198530 or 4110061. OLE color: 4110061.

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

Color convert

RGB 237 182 62 -
CMYK 0 0.23 0.74 0.07
HSL 41.14º 0.83% 0.59% -
HSV(B) 41.14º 0.74% 0.93% -
XYZ 52.52 51.81 11.79 -
YUV 184.77 58.72 165.26 -
System Red Green Blue C M Y K H S L
Decimal 237 182 62 0 0.23 0.74 0.07 41.14 0.83 0.59
Hex ED B6 3E 0 17 4A 7 29 53 3B
Octal 355 266 76 0 27 112 7 51 123 73
Binary 11101101 10110110 111110 0 10111 1001010 111 101001 1010011 111011

Color Harmonies of #EDB63E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB63E

Black with #EDB63E

Text Example


Text Example

White with #EDB63E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB63E; }

 p { color: rgb(237,182,62); }

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

background-color css

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

 a { background-color: rgb(237,182,62); }

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

border-color css

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

 span { border-color: rgb(237,182,62); }

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