Html Css Color HEX #EDB63B Tulip Tree

📋 copy color: '#EDB63B'

red 237 ◦ green 182 ◦ blue 59

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

Shades of Tulip Tree #EDB63B

Tints of Tulip Tree #EDB63B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.34%

R = 49.58%
G = 38.08%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EDB63B (or 0xEDB63B) is known color: Tulip Tree. HEX triplet: ED, B6 and 3B. RGB value is (237,182,59). Sum of RGB (Red+Green+Blue) = 237+182+59=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 182 (71.48% from 255 or 38.08% from 478); Blue value is 59 (23.44% from 255 or 12.34% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB63B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB63B is #1249C4. Grayscale: #B8B8B8. Windows color (decimal): -1198533 or 3913453. OLE color: 3913453.

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

Color convert

RGB 237 182 59 -
CMYK 0 0.23 0.75 0.07
HSL 41.46º 0.83% 0.58% -
HSV(B) 41.46º 0.75% 0.93% -
XYZ 52.44 51.78 11.37 -
YUV 184.42 57.22 165.5 -
System Red Green Blue C M Y K H S L
Decimal 237 182 59 0 0.23 0.75 0.07 41.46 0.83 0.58
Hex ED B6 3B 0 17 4B 7 29 53 3A
Octal 355 266 73 0 27 113 7 51 123 72
Binary 11101101 10110110 111011 0 10111 1001011 111 101001 1010011 111010

Color Harmonies of #EDB63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB63B

Black with #EDB63B

Text Example


Text Example

White with #EDB63B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB63B; }

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

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

background-color css

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

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

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

border-color css

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

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

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